Skip to content

Commit c7e18b0

Browse files
committed
fix pst
1 parent b4d7966 commit c7e18b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sci/impl/namespaces.cljc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,8 +1919,7 @@
19191919
([e-or-depth]
19201920
(if (instance? Throwable e-or-depth)
19211921
(pst e-or-depth 12)
1922-
(when-let [e @*e]
1923-
(pst (root-cause @e) e-or-depth))))
1922+
(pst (root-cause @*e) e-or-depth)))
19241923
([^Throwable e depth]
19251924
(sci.impl.vars/with-bindings {sci.impl.io/out @sci.impl.io/err}
19261925
(sci.impl.io/println (str (-> e class .getSimpleName) " "

0 commit comments

Comments
 (0)