mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
blueslip: Get complete stack traces in Chrome
(imported from commit 6165e210b9168701faf1310a33083bd30fa3aaf2)
This commit is contained in:
@@ -6,6 +6,10 @@ var blueslip = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
||||
if (Error.stackTraceLimit !== undefined) {
|
||||
Error.stackTraceLimit = 100000;
|
||||
}
|
||||
|
||||
var console = (function () {
|
||||
if (window.console !== undefined) {
|
||||
return window.console;
|
||||
|
||||
Reference in New Issue
Block a user