mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 16:21:40 +02:00
✨ Add minor improvement on error reporting on shape validation
This commit is contained in:
parent
deaf6ef068
commit
4cf5dc0791
3 changed files with 6 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
(ex/format-throwable cause :data? false :explain? false :header? false :summary? false))}
|
||||
|
||||
(when-let [params (or (:request/params context) (:params context))]
|
||||
{:params (pp/pprint-str params :length 30 :level 12)})
|
||||
{:params (pp/pprint-str params :length 30 :level 13)})
|
||||
|
||||
(when-let [value (:value context)]
|
||||
{:value (pp/pprint-str value :length 30 :level 12)})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue