Skip to content

Commit 4ae1ee7

Browse files
committed
chore: fix typo
1 parent 3c733cc commit 4ae1ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Win.Map.prototype.set = new Proxy(Win.Map.prototype.set, {
5050
try {
5151
ArgText = OriginalArrayToString.call(Args) as string
5252
} catch {
53-
console.warn('[tinyShield]: Map.prototype.get:', ThisArg, Args)
53+
console.warn('[tinyShield]: Map.prototype.set:', ThisArg, Args)
5454
}
5555
if (ASReinsertedAdvInvenPositiveRegExps.filter(ASReinsertedAdvInvenPositiveRegExp => ASReinsertedAdvInvenPositiveRegExp.filter(Index => OriginalRegExpTest.call(Index, ArgText) as boolean).length >= 1).length === 1) {
5656
console.debug('[tinyShield]: Map.prototype.set:', ThisArg, Args)

0 commit comments

Comments
 (0)