aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/background.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-08-25 16:34:08 -0400
committerAjay <[email protected]>2023-08-25 16:34:08 -0400
commit16e01b74942f3ec46a8c1f02d6b26ccaa99e8240 (patch)
tree842cddf684f3831b462a6fb62e5c3d3b72dfe701 /src/background.ts
parent6cd697dc325b5461a09732f36801906882adc3ff (diff)
downloadSponsorBlock-16e01b74942f3ec46a8c1f02d6b26ccaa99e8240.tar.gz
SponsorBlock-16e01b74942f3ec46a8c1f02d6b26ccaa99e8240.zip
Fix comment
Diffstat (limited to 'src/background.ts')
-rw-r--r--src/background.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background.ts b/src/background.ts
index a160c839..2520594f 100644
--- a/src/background.ts
+++ b/src/background.ts
@@ -200,7 +200,7 @@ async function unregisterFirefoxContentScript(id: string) {
ids: [id]
});
} catch (e) {
- // Already registered
+ // Not registered yet
}
} else {
if (contentScriptRegistrations[id]) {