This commit is contained in:
Michiel Borkent 2019-12-24 10:24:41 +01:00
parent acfc79660a
commit 2041656583

View file

@ -13,7 +13,7 @@
(defn repl-caught (defn repl-caught
"Default :caught hook for repl" "Default :caught hook for repl"
[e] [e]
(sci/with-bindings {sci/out *err* #_@sci/err} (sci/with-bindings {sci/out @sci/err}
(sio/println (.getMessage ^Exception e)) (sio/println (.getMessage ^Exception e))
(sio/flush))) (sio/flush)))