no but closer

This commit is contained in:
idk
2019-11-24 23:16:48 -05:00
parent 89523390de
commit 94f0124f0f

View File

@@ -59,8 +59,7 @@ var contextScrub = async function(requestDetails) {
try {
return tabId;
} catch (error) {
let tabInfo = await browser.tabs.getCurrent();
return tabInfo;
console.log("(scrub)Context Error", error);
}
};
var tabGet = async function(tabId) {