Skip to content

Commit d0ed5b2

Browse files
committed
fix broken playground init with new closure library
1 parent c2a28e9 commit d0ed5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/implant/dirac/implant/eval.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@
467467

468468
(def playground-epilogue
469469
["goog.define('goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING', true);"
470+
"goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING=true;"
470471
"goog.require('dirac.runtime.preload');"
471472
"goog.require('devtools.preload');"
472473
"goog.require('process.env');"

0 commit comments

Comments
 (0)