Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwentzel committed Jan 5, 2024
1 parent 14e013d commit 00d8d99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/internal/bootstrap/realm.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ const experimentalModuleList = new SafeSet();
...legacy,
...internalBinding('util'),
};
} else {
return legacy;
}
return legacy;
}
return internalBinding(module);
}
Expand Down

0 comments on commit 00d8d99

Please sign in to comment.