Fixed stack for bad IE
This commit is contained in:
parent
681857c162
commit
8351161595
@ -186,12 +186,7 @@ angular.module('izhukov.mtproto.wrapper', ['izhukov.utils', 'izhukov.mtproto'])
|
|||||||
networkerPromise;
|
networkerPromise;
|
||||||
|
|
||||||
var cachedNetworker;
|
var cachedNetworker;
|
||||||
var stack = (new Error()).stack;
|
var stack = (new Error()).stack || 'empty stack';
|
||||||
if (!stack) {
|
|
||||||
try {window.unexistingFunction();} catch (e) {
|
|
||||||
stack = e.stack || '';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var performRequest = function (networker) {
|
var performRequest = function (networker) {
|
||||||
return (cachedNetworker = networker).wrapApiCall(method, params, options).then(
|
return (cachedNetworker = networker).wrapApiCall(method, params, options).then(
|
||||||
function (result) {
|
function (result) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user