Report internal error while restoring tree
This commit is contained in:
parent
09112ca600
commit
e43dd394c4
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user