Fix registration error
This commit is contained in:
parent
0fc5f12e32
commit
66c8f0dfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue