We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d862f0 commit e65f707Copy full SHA for e65f707
1 file changed
src/node_builtins.cc
@@ -223,6 +223,7 @@ MaybeLocal<String> BuiltinLoader::LoadBuiltinSource(Isolate* isolate,
223
#ifdef NODE_BUILTIN_MODULES_PATH
224
}
225
std::string filename = OnDiskFileName(id);
226
+
227
std::string contents;
228
int r = ReadFileSync(&contents, filename.c_str());
229
if (r != 0) {
0 commit comments