0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

📎 Minor changes on error report http handler.

This commit is contained in:
Andrey Antukh 2021-12-31 12:24:46 +01:00
parent 71734df489
commit fdb1c5e1f9

View file

@ -115,7 +115,7 @@
(render-template [report]
(binding [ppr/*print-right-margin* 300]
(let [context (dissoc report :trace :cause :params :data :spec-prob :spec-problems)
(let [context (dissoc report :trace :cause :params :data :spec-prob :spec-problems :error :explain)
params {:context (with-out-str (ppr/pprint context))
:data (:data report)
:trace (or (:cause report)