fix: can't remove Many values

This commit is contained in:
Tienson Qin
2024-05-02 18:03:17 +08:00
parent 742ac92561
commit 89edb3af9a
11 changed files with 33 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
#?(:cljs
(extend-protocol IPrintWithWriter
js/Symbol
symbol
(-pr-writer [sym writer _]
(-write writer (str "\"" (.toString sym) "\"")))))
#?(:cljs