mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 02:16:12 +02:00
🐛 Fix validation of validation error on file validate ns
This commit is contained in:
parent
c53e476ba2
commit
cfe7ba34f7
4 changed files with 7 additions and 2 deletions
|
@ -728,7 +728,7 @@
|
|||
::log/sync? true)
|
||||
(let [edata (if (map? cause) cause (ex-data cause))]
|
||||
(println "Error data:")
|
||||
(pp/pprint (dissoc edata :explain) {:level 2 :length 10})
|
||||
(pp/pprint (dissoc edata :explain) {:level 3 :length 10})
|
||||
|
||||
(when (string? (:explain edata))
|
||||
(js/console.log (:explain edata)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue