mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 05:38:42 +00:00
✨ Increase default stacktrace size on cljs
This commit is contained in:
parent
a1819e78e4
commit
d1e74b0da9
@ -98,3 +98,6 @@
|
||||
(fn [_ _ old-value current-value]
|
||||
(when (not= old-value current-value)
|
||||
(reinit))))
|
||||
|
||||
(set! (.-stackTraceLimit js/Error) 50)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user