OK this one might work

This commit is contained in:
idk
2019-11-27 00:38:21 -05:00
parent d7449a5e8a
commit 175683a8ed

View File

@@ -61,9 +61,7 @@ var contextScrub = async function(requestDetails) {
let tabInfo = await browser.tabs.get(tabId);
return tabInfo;
} catch (error) {
//console.log("(scrub)Context Error", error);
let tabInfo = await browser.tabs.getCurrent();
return tabInfo;
console.log("(scrub)Context Error", error);
}
};
if (requestDetails.tabId > 0) {