mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
Print stack trace when unexpected exception is raised in the stream.
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
"A default error handler."
|
||||
[e]
|
||||
(println "Unexpected error: " e)
|
||||
(js/console.error e.stack)
|
||||
(rx/throw e))
|
||||
|
||||
(defn init
|
||||
|
||||
Reference in New Issue
Block a user