mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 18:25:12 +02:00
📎 Change current config values for error report explain
This commit is contained in:
parent
d5ccb704b2
commit
43ba2b05e8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
(some-> cause (ex/format-throwable :data? true :explain? false :header? false :summary? false)))}
|
||||
|
||||
(when-let [params (or (:request/params context) (:params context))]
|
||||
{:params (pp/pprint-str params :length 20 :level 15)})
|
||||
{:params (pp/pprint-str params :length 20 :level 20)})
|
||||
|
||||
(when-let [value (:value context)]
|
||||
{:value (pp/pprint-str value :length 30 :level 13)})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue