0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

📎 Increase *print-level* on error reporting.

This commit is contained in:
Andrey Antukh 2022-02-12 17:35:29 +01:00
parent dcbd89ff7c
commit 420ece7005

View file

@ -60,8 +60,8 @@
(name val)
(coll? val)
(binding [*print-level* 5
*print-length* 20]
(binding [*print-level* 8
*print-length* 25]
(with-out-str (fpp/pprint val {:width 200})))
:else