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.
--build-snapshot
1 parent db10f2c commit 4f4d394Copy full SHA for 4f4d394
src/node_options.cc
@@ -770,7 +770,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
770
kAllowedInEnvironment);
771
AddOption("--build-snapshot",
772
"Generate a snapshot blob when the process exits."
773
- "Currently only supported in the node_mksnapshot binary.",
+ " Currently only supported in the node_mksnapshot binary.",
774
&PerProcessOptions::build_snapshot,
775
kDisallowedInEnvironment);
776
AddOption("--node-snapshot",
0 commit comments