Skip to content

Commit b2a15b8

Browse files
author
dnolen
committed
another micro-opts in intern-macros
1 parent 826b379 commit b2a15b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
analysis environment."
627627
([ns] (intern-macros ns false))
628628
([ns reload]
629-
(when (or (nil? (get-in @env/*compiler* [::namespaces ns :macros]))
629+
(when (or (nil? (gets @env/*compiler* ::namespaces ns :macros))
630630
reload)
631631
(swap! env/*compiler* assoc-in [::namespaces ns :macros]
632632
(->> #?(:clj (ns-interns ns) :cljs (ns-interns* ns))

0 commit comments

Comments
 (0)