diff --git a/app/js/lib/mtproto.js b/app/js/lib/mtproto.js index 2f595107..e37c14ae 100644 --- a/app/js/lib/mtproto.js +++ b/app/js/lib/mtproto.js @@ -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 || ''; } }