Skip to content

Commit 125b4a2

Browse files
committed
* clarify comment
1 parent 0ad7f04 commit 125b4a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,8 @@
18831883
:column (get-col e env)
18841884
;; :local is required for {:op :local ...} nodes
18851885
;; but previously we had no way to figure this out
1886-
;; by adding it here we can recover it later
1886+
;; for `catch` locals, by adding it here we can recover
1887+
;; it later
18871888
:local :catch})
18881889
locals)
18891890
catch (when cblock

0 commit comments

Comments
 (0)