Fix #216
This commit is contained in:
parent
fb93cb503e
commit
eb55ad7292
@ -2648,7 +2648,7 @@ factory('MtpApiManager', function (AppConfigManager, MtpAuthorizer, MtpNetworker
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!(stack = (stack || (new Error()).stack))) {
|
if (!(stack = (stack || (new Error()).stack))) {
|
||||||
try {1 = 0;} catch (e) {
|
try {window.unexistingFunction();} catch (e) {
|
||||||
stack = e.stack || '';
|
stack = e.stack || '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user