Skip to content

Commit d49f6ae

Browse files
committed
background.js: fix a typo in log
1 parent 79133ce commit d49f6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webextensions/edge/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const RepostConfirmationCanceler = {
134134
}
135135
console.log(`handleURL: check for section ${section.Name} (${JSON.stringify(section)})`);
136136
if (this.match(section, urlToMatch)) {
137-
console.log(` => unmatched`);
137+
console.log(` => matched`);
138138
callbackWhenMatch();
139139
return true;
140140
}

0 commit comments

Comments
 (0)