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 0e79635 commit 88c91bfCopy full SHA for 88c91bf
src/node.cc
@@ -790,6 +790,10 @@ static ExitCode InitializeNodeWithArgsInternal(
790
// is security relevant, for Node it's less important.
791
V8::SetFlagsFromString("--no-freeze-flags-after-init");
792
793
+ // TODO(targos): Remove when https://github.com/nodejs/node/issues/47297 is
794
+ // fixed.
795
+ V8::SetFlagsFromString("--no-concurrent-sparkplug");
796
+
797
#if defined(NODE_V8_OPTIONS)
798
// Should come before the call to V8::SetFlagsFromCommandLine()
799
// so the user can disable a flag --foo at run-time by passing
0 commit comments