Skip to content

Commit 16e01b7

Browse files
committed
Fix comment
1 parent 6cd697d commit 16e01b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ async function unregisterFirefoxContentScript(id: string) {
200200
ids: [id]
201201
});
202202
} catch (e) {
203-
// Already registered
203+
// Not registered yet
204204
}
205205
} else {
206206
if (contentScriptRegistrations[id]) {

0 commit comments

Comments
 (0)