Skip to content

Commit

Permalink
redo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Nov 16, 2022
1 parent 117da17 commit 3cce20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scriptlets/log-on-stack-trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function logOnStacktrace(source, property) {
}

let value = base[prop];
/* eslint-disable compat/compat */
/* eslint-disable no-console, compat/compat */
setPropertyAccess(base, prop, {
get() {
hit(source);
Expand All @@ -95,7 +95,7 @@ export function logOnStacktrace(source, property) {
value = newValue;
},
});
/* eslint-enable compat/compat */
/* eslint-enable no-console, compat/compat */
};

setChainPropAccess(window, property);
Expand Down

0 comments on commit 3cce20b

Please sign in to comment.