update fix the case for onUpdated listeners

This commit is contained in:
idk
2020-10-11 23:43:28 -04:00
parent fff55eadd6
commit 105aaed014

View File

@@ -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) {