mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 13:41:39 +02:00
🐛 Fix warnings on compiling frontend tests
This commit is contained in:
parent
12d7b0521d
commit
a341a956b8
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
(try
|
||||
(js/console.log "EE" (.-stack cause))
|
||||
(when-let [data (some-> cause ex-data ::sm/explain)]
|
||||
(pp/pprint (sm/humanize-data data)))
|
||||
(pp/pprint (sm/humanize-explain data)))
|
||||
(finally
|
||||
(js/console.log "EXIT")
|
||||
(.exit js/process -1)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue