mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 11:21:39 +02:00
Print stack trace when unexpected exception is raised in the stream.
This commit is contained in:
parent
f837835be4
commit
b96a554c44
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
"A default error handler."
|
"A default error handler."
|
||||||
[e]
|
[e]
|
||||||
(println "Unexpected error: " e)
|
(println "Unexpected error: " e)
|
||||||
|
(js/console.error e.stack)
|
||||||
(rx/throw e))
|
(rx/throw e))
|
||||||
|
|
||||||
(defn init
|
(defn init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue