We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--build-snapshot
1 parent 8e41dbb commit 3e6cde5Copy full SHA for 3e6cde5
src/node_options.cc
@@ -757,7 +757,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
757
kAllowedInEnvironment);
758
AddOption("--build-snapshot",
759
"Generate a snapshot blob when the process exits."
760
- "Currently only supported in the node_mksnapshot binary.",
+ " Currently only supported in the node_mksnapshot binary.",
761
&PerProcessOptions::build_snapshot,
762
kDisallowedInEnvironment);
763
AddOption("--node-snapshot",
0 commit comments