mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 11:56:45 +02:00
✨ Fix minor issues on error reporting.
This commit is contained in:
parent
b6f460940f
commit
bda97adf4f
4 changed files with 5 additions and 3 deletions
|
@ -150,7 +150,7 @@
|
|||
(binding [ppr/*print-right-margin* 300]
|
||||
(let [context (dissoc report
|
||||
:trace :cause :params :data :spec-problems
|
||||
:spec-value :error :explain :hint :message)
|
||||
:spec-value :error :explain :hint)
|
||||
params {:context (with-out-str (ppr/pprint context))
|
||||
:hint (:hint report)
|
||||
:spec-problems (:spec-problems report)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue