Skip to content

Commit

Permalink
CLJS-2516 Build API fails targeting Node (QuickStart):
Browse files Browse the repository at this point in the history
change Node bootstrap file name so generic bootstrapping works
  • Loading branch information
swannodette committed Feb 12, 2018
1 parent 74e2fd0 commit 578f732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/repl/node.clj
Expand Up @@ -158,7 +158,7 @@
;; bootstrap, replace __dirname as __dirname won't be set
;; properly due to how we are running it - David
(node-eval repl-env
(-> (slurp (io/resource "cljs/bootstrap_node.js"))
(-> (slurp (io/resource "cljs/bootstrap_nodejs.js"))
(string/replace "path.resolve(__dirname, '..', 'base.js')"
(platform-path (conj rewrite-path "bootstrap" ".." "base.js")))
(string/replace
Expand Down

0 comments on commit 578f732

Please sign in to comment.