Skip to content

Commit

Permalink
CLJS-1934: Self-host: require-macros :reload / :reload-all fails
Browse files Browse the repository at this point in the history
Fix typo where reload needs to be passed, not reloads.
  • Loading branch information
mfikes authored and swannodette committed Feb 10, 2017
1 parent aa00c03 commit bf37131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/js.cljs
Expand Up @@ -475,7 +475,7 @@
(cb res)
(do
(when (:verbose opts) (debug-prn "Processing :require-macros for" (:name ast)))
(load-macros bound-vars :require-macros require-macros reloads reloads opts
(load-macros bound-vars :require-macros require-macros reload reloads opts
(fn [res]
(if (:error res)
(cb res)
Expand Down

0 comments on commit bf37131

Please sign in to comment.