Skip to content

Commit

Permalink
repl: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery authored Sep 25, 2021
1 parent 58d8ca8 commit e240fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/modules/cjs/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function addBuiltinLibsToObject(object, dummyModuleName) {
// getter/setter mechanism.
delete object[name];
object[name] = val;
};
}

ObjectDefineProperty(object, name, {
get() {
Expand Down

0 comments on commit e240fbc

Please sign in to comment.