Fix comment

This commit is contained in:
Ajay
2023-08-25 16:34:08 -04:00
parent 6cd697dc32
commit 16e01b7494

View File

@@ -200,7 +200,7 @@ async function unregisterFirefoxContentScript(id: string) {
ids: [id]
});
} catch (e) {
// Already registered
// Not registered yet
}
} else {
if (contentScriptRegistrations[id]) {