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 8477f19 commit b2e3a46Copy full SHA for b2e3a46
src/main/clojure/cljs/repl.cljc
@@ -807,7 +807,8 @@
807
(env/with-compiler-env (or compiler-env (env/default-compiler-env opts))
808
(when (:source-map opts)
809
(.start (Thread. (bound-fn [] (read-source-map "cljs/core.aot.js")))))
810
- (binding [*err* (if bind-err
+ (binding [ana/*unchecked-if* false
811
+ *err* (if bind-err
812
(cond-> *out*
813
(not (instance? PrintWriter *out*)) (PrintWriter.))
814
*err*)
0 commit comments