We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205203e commit f776229Copy full SHA for f776229
src/node_options.cc
@@ -1218,7 +1218,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
1218
&PerProcessOptions::run);
1219
AddOption("--run-in-directory",
1220
"Run a package.json script in a specific working directory",
1221
- &PerProcessOptions::run_in);
+ &PerProcessOptions::run_in_directory);
1222
AddOption(
1223
"--disable-wasm-trap-handler",
1224
"Disable trap-handler-based WebAssembly bound checks. V8 will insert "
0 commit comments