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 8b4adfb commit 09206e9Copy full SHA for 09206e9
1 file changed
src/node_sea.cc
@@ -640,8 +640,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) {
640
641
LoadEnvironment(env, LoadSingleExecutableApplication);
642
return true;
643
-#endif
+#else
644
return false;
645
+#endif
646
}
647
648
void Initialize(Local<Object> target,
0 commit comments