add StackTraceElement->vec
This commit is contained in:
parent
e466f832b8
commit
ef8e4f48b9
1 changed files with 2 additions and 1 deletions
|
|
@ -200,5 +200,6 @@
|
||||||
'parse-uuid (sci/copy-var parse-uuid clojure-core-ns)
|
'parse-uuid (sci/copy-var parse-uuid clojure-core-ns)
|
||||||
'random-uuid (sci/copy-var random-uuid clojure-core-ns)
|
'random-uuid (sci/copy-var random-uuid clojure-core-ns)
|
||||||
'NaN? (sci/copy-var NaN? clojure-core-ns)
|
'NaN? (sci/copy-var NaN? clojure-core-ns)
|
||||||
'infinite? (sci/copy-var infinite? clojure-core-ns)}
|
'infinite? (sci/copy-var infinite? clojure-core-ns)
|
||||||
|
'StackTraceElement->vec (sci/copy-var StackTraceElement->vec clojure-core-ns)}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue