Output index of the "to be restored" tabs for debugging
This commit is contained in:
parent
397894d678
commit
b0b2305bd7
@ -6643,7 +6643,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
(!onlyVisible || !aTab.hidden)
|
(!onlyVisible || !aTab.hidden)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
dump(' restoring member tabs = '+tabs.length+'\n');
|
dump(' restoring member tabs = '+tabs.length+' ('+tabs.map(function(aTab) { return aTab._tPos; })+')\n');
|
||||||
if (tabs.length <= 1)
|
if (tabs.length <= 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user