Skip to content

Commit de3b500

Browse files
committed
- fix bootstrapped
1 parent f329097 commit de3b500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@
15111511
;; Elide all toString methods in :lite-mode
15121512
(remove
15131513
(core/fn [[f]]
1514-
(and (comp/lite-mode?) (= 'toString f))))
1514+
(core/and (comp/lite-mode?) (core/= 'toString f))))
15151515
(map
15161516
(core/fn [[f & meths :as form]]
15171517
(core/let [[f meths] (if (vector? (first meths))

0 commit comments

Comments
 (0)