mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 11:36:13 +02:00
Merge branch 'main' into develop
This commit is contained in:
commit
10e7d660ef
5 changed files with 41 additions and 3 deletions
|
@ -112,7 +112,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue