Fixed issue #35 "tabId is not defined" on startup.
This commit is contained in:
parent
6860ee2a40
commit
24f738337b
|
@ -6,7 +6,7 @@ function deferWebTraffic(promiseToWaitFor, next) {
|
|||
let seen = seenTabs.has(nav.tabId);
|
||||
debug(`%s navigation %o`, seen ? "seen" : "unseen", nav);
|
||||
if (!seen) {
|
||||
reloadTab(tabId);
|
||||
reloadTab(nav.tabId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue