From 94f0124f0fa85e7a5a446639f7aae2bdda0fd7e3 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 24 Nov 2019 23:16:48 -0500 Subject: [PATCH] no but closer --- scrub.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scrub.js b/scrub.js index 74e160d..4c37899 100644 --- a/scrub.js +++ b/scrub.js @@ -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) {