From d0ed5b2bfedbd62dbd31e9cdac500ef598455f6e Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sun, 17 May 2020 00:04:13 +0200 Subject: [PATCH] fix broken playground init with new closure library --- src/implant/dirac/implant/eval.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/implant/dirac/implant/eval.cljs b/src/implant/dirac/implant/eval.cljs index 89628683ad..624c24809f 100644 --- a/src/implant/dirac/implant/eval.cljs +++ b/src/implant/dirac/implant/eval.cljs @@ -467,6 +467,7 @@ (def playground-epilogue ["goog.define('goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING', true);" + "goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING=true;" "goog.require('dirac.runtime.preload');" "goog.require('devtools.preload');" "goog.require('process.env');"