mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 20:56:11 +02:00
✨ Increase default stacktrace size on cljs
This commit is contained in:
parent
a1819e78e4
commit
d1e74b0da9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue