mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Minor improvement on error logging on worker.
This commit is contained in:
parent
9bc816fc1c
commit
1dae8a0771
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
(defn on-error
|
||||
[error]
|
||||
(js/console.error "Error on worker" error))
|
||||
(js/console.error "Error on worker" (pr-str error)))
|
||||
|
||||
(defonce instance (atom nil))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue