output stack trace
This commit is contained in:
parent
594abe6e54
commit
f6fddbdadc
@ -822,7 +822,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
dump(e+'\n');
|
dump(e+'\n'+e.stack+'\n');
|
||||||
}
|
}
|
||||||
return this.__treestyletab__stop.apply(this, arguments);
|
return this.__treestyletab__stop.apply(this, arguments);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user