Report internal error while restoring tree

This commit is contained in:
YUKI Hiroshi 2014-11-11 21:21:27 +09:00
parent 09112ca600
commit e43dd394c4

View File

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