Igor Zhukov 11 years ago
parent
commit
eb55ad7292
  1. 2
      app/js/lib/mtproto.js

2
app/js/lib/mtproto.js

@ -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…
Cancel
Save