Skip to content

Commit aa38baf

Browse files
authored
cli: add No-Op --experimental-repl-await
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f00fb75 commit aa38baf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node_options.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
736736
kAllowedInEnvvar,
737737
false,
738738
OptionNamespaces::kPermissionNamespace);
739+
AddOption("--experimental-repl-await", "", NoOp{}, kAllowedInEnvvar);
739740
AddOption("--experimental-vm-modules",
740741
"experimental ES Module support in vm module",
741742
&EnvironmentOptions::experimental_vm_modules,

0 commit comments

Comments
 (0)