Skip to content

Commit f776229

Browse files
Update src/node_options.cc
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 205203e commit f776229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
12181218
&PerProcessOptions::run);
12191219
AddOption("--run-in-directory",
12201220
"Run a package.json script in a specific working directory",
1221-
&PerProcessOptions::run_in);
1221+
&PerProcessOptions::run_in_directory);
12221222
AddOption(
12231223
"--disable-wasm-trap-handler",
12241224
"Disable trap-handler-based WebAssembly bound checks. V8 will insert "

0 commit comments

Comments
 (0)