fix #1233: don't print error to stdout in prepl
This commit is contained in:
parent
b93198c965
commit
226d5c5976
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@
|
||||||
:form s})
|
:form s})
|
||||||
true)))
|
true)))
|
||||||
(catch Throwable ex
|
(catch Throwable ex
|
||||||
(prn (ex-message ex))
|
|
||||||
(set! *e ex)
|
(set! *e ex)
|
||||||
(out-fn {:tag :ret :val (ex->data ex (or (-> ex ex-data :clojure.error/phase) :execution))
|
(out-fn {:tag :ret :val (ex->data ex (or (-> ex ex-data :clojure.error/phase) :execution))
|
||||||
:ns (str (.name *ns*)) :form s
|
:ns (str (.name *ns*)) :form s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue