diff --git a/modules/browser.js b/modules/browser.js index d19c442e..e7aa3f99 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -822,7 +822,7 @@ TreeStyleTabBrowser.prototype = { } } catch(e) { - dump(e+'\n'); + dump(e+'\n'+e.stack+'\n'); } return this.__treestyletab__stop.apply(this, arguments); };