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:
parent
a1819e78e4
commit
d1e74b0da9
1 changed files with 3 additions and 0 deletions
|
@ -98,3 +98,6 @@
|
|||
(fn [_ _ old-value current-value]
|
||||
(when (not= old-value current-value)
|
||||
(reinit))))
|
||||
|
||||
(set! (.-stackTraceLimit js/Error) 50)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue