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) {
|
.then(function(aBehavior) {
|
||||||
if (aBehavior & self.kUNDO_CLOSE_SET)
|
if (aBehavior & self.kUNDO_CLOSE_SET)
|
||||||
self.doRestoreClosedSet(aRestoredTab, indexes);
|
self.doRestoreClosedSet(aRestoredTab, indexes);
|
||||||
|
})
|
||||||
|
.catch(function(aError) {
|
||||||
|
Components.utils.reportError(aError);
|
||||||
});
|
});
|
||||||
}, false);
|
}, false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user