diff --git a/proxy.js b/proxy.js index 9020049..e2bb059 100644 --- a/proxy.js +++ b/proxy.js @@ -113,7 +113,7 @@ var handleContextProxyRequest = async function(requestDetails) { }; var tabGet = async function(tabId) { try { - console.log("(proxy)Tab ID from Request", tabId); + console.log('(proxy)Tab ID from Request', tabId); let tabInfo = await browser.tabs.get(tabId); return tabInfo; } catch (error) {