Skip to content

Commit

Permalink
fixup broken option
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 1, 2019
1 parent b033f83 commit 5dc4167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
AddOption("--experimental-exports",
"experimental support for exports in package.json",
&EnvironmentOptions::experimental_exports,
kAllowedInEnvironment);
AddOption("--experimental-json-modules",
"experimental JSON interop support for the ES Module loader",
&EnvironmentOptions::experimental_json_modules,
Expand Down

0 comments on commit 5dc4167

Please sign in to comment.