output stack trace

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-12-13 23:00:44 +09:00
parent 594abe6e54
commit f6fddbdadc

View File

@ -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);
}; };