Skip to content

Commit 8a353a0

Browse files
committed
squash: remove unintended line removal
Signed-off-by: Michael Dawson <mdawson@devrus.com>
1 parent 7d862f0 commit 8a353a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node_builtins.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ BuiltinLoader::BuiltinLoader() : config_(GetConfig()), has_code_cache_(false) {
5555
#endif // NODE_HAVE_I18N_SUPPORT
5656
}
5757

58+
#if defined(NODE_HAVE_I18N_SUPPORT)
5859
BuiltinLoader* BuiltinLoader::GetInstance() {
5960
return &instance_;
6061
}
@@ -223,6 +224,7 @@ MaybeLocal<String> BuiltinLoader::LoadBuiltinSource(Isolate* isolate,
223224
#ifdef NODE_BUILTIN_MODULES_PATH
224225
}
225226
std::string filename = OnDiskFileName(id);
227+
226228
std::string contents;
227229
int r = ReadFileSync(&contents, filename.c_str());
228230
if (r != 0) {

0 commit comments

Comments
 (0)