Override chrome stack trace limit

This commit is contained in:
Joe Haddad
2016-11-28 18:35:19 -05:00
parent 370284a441
commit c0300bef67

View File

@@ -224,6 +224,10 @@
window.addEventListener('keydown', escapeHandler)
try {
Error.stackTraceLimit = 50
} catch (e) { }
if (module.hot) {
module.hot.dispose(function() {
unmount()