Skip to content

Commit

Permalink
fix check for js/Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
lilactown committed Apr 16, 2024
1 parent 35127b7 commit 2a37bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helix/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(:require-macros [helix.core]))


(when (exists? symbol)
(when (exists? js/Symbol)
(extend-protocol IPrintWithWriter
symbol
(-pr-writer [sym writer _]
Expand Down

0 comments on commit 2a37bb4

Please sign in to comment.