We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c733cc commit 4ae1ee7Copy full SHA for 4ae1ee7
sources/src/index.ts
@@ -50,7 +50,7 @@ Win.Map.prototype.set = new Proxy(Win.Map.prototype.set, {
50
try {
51
ArgText = OriginalArrayToString.call(Args) as string
52
} catch {
53
- console.warn('[tinyShield]: Map.prototype.get:', ThisArg, Args)
+ console.warn('[tinyShield]: Map.prototype.set:', ThisArg, Args)
54
}
55
if (ASReinsertedAdvInvenPositiveRegExps.filter(ASReinsertedAdvInvenPositiveRegExp => ASReinsertedAdvInvenPositiveRegExp.filter(Index => OriginalRegExpTest.call(Index, ArgText) as boolean).length >= 1).length === 1) {
56
console.debug('[tinyShield]: Map.prototype.set:', ThisArg, Args)
0 commit comments