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 0765fc7 commit 3b4e872Copy full SHA for 3b4e872
src/main/clojure/cljs/analyzer.cljc
@@ -1471,7 +1471,7 @@
1471
try (disallowing-recur (analyze (if (or e finally) catchenv env) `(do ~@body)))]
1472
1473
{:env env :op :try :form form
1474
- :try try
+ :body try
1475
:finally finally
1476
:name e
1477
:catch catch
src/main/clojure/cljs/compiler.cljc
@@ -933,7 +933,7 @@
933
(when (and statements (= :expr context)) (emitln "})()"))))
934
935
(defmethod emit* :try
936
- [{:keys [env try catch name finally]}]
+ [{try :body :keys [env catch name finally]}]
937
(let [context (:context env)]
938
(if (or name finally)
939
(do
0 commit comments