Skip to content

Commit

Permalink
fix broken playground init with new closure library
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 16, 2020
1 parent c2a28e9 commit d0ed5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implant/dirac/implant/eval.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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');"
Expand Down

0 comments on commit d0ed5b2

Please sign in to comment.