0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

📎 Minor cange on exception formating

This commit is contained in:
Andrey Antukh 2022-12-05 23:03:30 +01:00
parent c0a4b7dc76
commit 9debfa3b27

View file

@ -169,9 +169,7 @@
(print-all [cause]
(print-summary cause)
(newline)
(println "DETAIL:")
(when trace?
(print-trace cause))