mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 00:56:10 +02:00
✨ Minor improvements on error report template
This commit is contained in:
parent
65afa2a833
commit
395a7096bf
2 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
|||
|
||||
(render-template [report]
|
||||
(let [context (dissoc report
|
||||
:trace :cause :params :data :spec-problems
|
||||
:trace :cause :params :data :spec-problems :message
|
||||
:spec-explain :spec-value :error :explain :hint)
|
||||
params {:context (pp/pprint-str context :width 200)
|
||||
:hint (:hint report)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue