Fix registration error

This commit is contained in:
Michiel Borkent 2024-10-12 11:11:49 +02:00
parent 0fc5f12e32
commit 66c8f0dfe2

View file

@ -122,7 +122,7 @@
:static true}
([aseq]
(try (clojure.lang.RT/seqToTypedArray (seq aseq))
(catch IllegalArgumentException _
(catch Throwable _
(clojure.lang.RT/seqToTypedArray Object (seq aseq)))))
([type aseq]
(clojure.lang.RT/seqToTypedArray type (seq aseq))))