mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 23:48: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]
|
(fn [_ _ old-value current-value]
|
||||||
(when (not= old-value current-value)
|
(when (not= old-value current-value)
|
||||||
(reinit))))
|
(reinit))))
|
||||||
|
|
||||||
|
(set! (.-stackTraceLimit js/Error) 50)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user