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 c2c6d2b commit c0252cdCopy full SHA for c0252cd
src/node_sea.cc
@@ -637,8 +637,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) {
637
638
LoadEnvironment(env, LoadSingleExecutableApplication);
639
return true;
640
-#endif
+#else
641
return false;
642
+#endif
643
}
644
645
void Initialize(Local<Object> target,
0 commit comments