wip [skip ci]

This commit is contained in:
Michiel Borkent 2024-10-31 11:57:36 +01:00
parent 9667dbf47b
commit 77fc49d1fd

View file

@ -542,6 +542,7 @@
You don't call this." You don't call this."
{:added "1.1"} {:added "1.1"}
[msg form] [msg form]
;; (println (assert-expr msg form))
`(try ~(assert-expr msg form) `(try ~(assert-expr msg form)
;; TODO: make SCI catch Throwable as well ;; TODO: make SCI catch Throwable as well
(catch ~(with-meta 'Exception {:sci/error true}) t# (catch ~(with-meta 'Exception {:sci/error true}) t#