Output index of the "to be restored" tabs for debugging

This commit is contained in:
YUKI Hiroshi 2014-10-16 18:00:55 +09:00
parent 397894d678
commit b0b2305bd7

View File

@ -6643,7 +6643,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
(!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)
return;