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 9027c02 commit 3e9d650Copy full SHA for 3e9d650
src/main/clojure/cljs/core/server.clj
@@ -118,11 +118,13 @@
118
true)))
119
(catch Throwable ex
120
(out-fn {:tag :ret :val (Throwable->map ex)
121
- :ns (name ana/*cljs-ns*) :form s})
+ :ns (name ana/*cljs-ns*) :form s
122
+ :exception true})
123
124
125
- :ns (name ana/*cljs-ns*)})
126
+ :ns (name ana/*cljs-ns*)
127
128
true))
129
(recur)))
130
(finally
0 commit comments