mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo in log message
This commit is contained in:
parent
7e00046b8e
commit
84481fcd98
1 changed files with 1 additions and 1 deletions
|
|
@ -1481,7 +1481,7 @@ function abortOnPropertyWrite(
|
|||
if ( typeof prop !== 'string' ) { return; }
|
||||
if ( prop === '' ) { return; }
|
||||
const safe = safeSelf();
|
||||
const logPrefix = safe.makeLogPrefix('abort-on-property-read', prop);
|
||||
const logPrefix = safe.makeLogPrefix('abort-on-property-write', prop);
|
||||
const exceptionToken = getExceptionToken();
|
||||
let owner = window;
|
||||
for (;;) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue