This commit is contained in:
Igor Zhukov 2014-04-02 14:18:51 +04:00
parent fb93cb503e
commit eb55ad7292

View File

@ -2648,7 +2648,7 @@ factory('MtpApiManager', function (AppConfigManager, MtpAuthorizer, MtpNetworker
});
if (!(stack = (stack || (new Error()).stack))) {
try {1 = 0;} catch (e) {
try {window.unexistingFunction();} catch (e) {
stack = e.stack || '';
}
}