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 5d6298e commit 7458e5aCopy full SHA for 7458e5a
resources/main-template.cc
@@ -19,9 +19,8 @@
19
using namespace node;
20
using namespace v8;
21
22
-// This version can potentially be lowered if/when
23
-// https://github.com/nodejs/node/pull/44121 is backported.
24
-#if !NODE_VERSION_AT_LEAST(19, 0, 0)
+// 18.11.0 is the minimum version that has https://github.com/nodejs/node/pull/44121
+#if !NODE_VERSION_AT_LEAST(18, 11, 0)
25
#define USE_OWN_LEGACY_PROCESS_INITIALIZATION 1
26
#endif
27
0 commit comments