Skip to content

Commit

Permalink
squash: remove unintential line insertion
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Aug 25, 2022
1 parent 7d862f0 commit e65f707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_builtins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ MaybeLocal<String> BuiltinLoader::LoadBuiltinSource(Isolate* isolate,
#ifdef NODE_BUILTIN_MODULES_PATH
}
std::string filename = OnDiskFileName(id);

std::string contents;
int r = ReadFileSync(&contents, filename.c_str());
if (r != 0) {
Expand Down

0 comments on commit e65f707

Please sign in to comment.