0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

Increase default stacktrace size on cljs

This commit is contained in:
Andrey Antukh 2023-05-15 09:23:39 +02:00 committed by Alejandro Alonso
parent a1819e78e4
commit d1e74b0da9

View file

@ -98,3 +98,6 @@
(fn [_ _ old-value current-value]
(when (not= old-value current-value)
(reinit))))
(set! (.-stackTraceLimit js/Error) 50)