diff --git a/modules/browser.js b/modules/browser.js index b147f6a7..55d89432 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -4254,6 +4254,9 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, { .then(function(aBehavior) { if (aBehavior & self.kUNDO_CLOSE_SET) self.doRestoreClosedSet(aRestoredTab, indexes); + }) + .catch(function(aError) { + Components.utils.reportError(aError); }); }, false); }