Skip to content

Commit

Permalink
Fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 15, 2024
1 parent 7e00046 commit 84481fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (;;) {
Expand Down

0 comments on commit 84481fc

Please sign in to comment.