We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b4bb7 commit 6531711Copy full SHA for 6531711
src/clj/cljs/repl.clj
@@ -718,6 +718,7 @@
718
(fn []
719
(binding [*repl-opts* opts]
720
(try
721
+ (init)
722
(when analyze-path
723
(analyze-source analyze-path opts))
724
(evaluate-form repl-env env "<cljs repl>"
@@ -745,10 +746,6 @@
745
746
(binding [*in* (if (true? (:source-map-inline opts))
747
*in*
748
(reader))]
- (try
749
- (init)
750
- (catch Throwable e
751
- (caught e repl-env opts)))
752
(print "To quit, type:" :cljs/quit)
753
(prompt)
754
(flush)
0 commit comments