mirror of https://github.com/gorhill/uBlock.git
Fix typo in log message
This commit is contained in:
parent
7e00046b8e
commit
84481fcd98
|
@ -1481,7 +1481,7 @@ function abortOnPropertyWrite(
|
||||||
if ( typeof prop !== 'string' ) { return; }
|
if ( typeof prop !== 'string' ) { return; }
|
||||||
if ( prop === '' ) { return; }
|
if ( prop === '' ) { return; }
|
||||||
const safe = safeSelf();
|
const safe = safeSelf();
|
||||||
const logPrefix = safe.makeLogPrefix('abort-on-property-read', prop);
|
const logPrefix = safe.makeLogPrefix('abort-on-property-write', prop);
|
||||||
const exceptionToken = getExceptionToken();
|
const exceptionToken = getExceptionToken();
|
||||||
let owner = window;
|
let owner = window;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
|
Loading…
Reference in New Issue