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.
1 parent 22f7cc9 commit c6a8fa3Copy full SHA for c6a8fa3
src/node_config_file.cc
@@ -131,7 +131,6 @@ ParseResult ConfigReader::ProcessOptionValue(
131
"No-op flag %s is currently not supported\n",
132
option_name.c_str());
133
return ParseResult::InvalidContent;
134
- break;
135
}
136
case options_parser::OptionType::kV8Option: {
137
FPrintF(stderr,
0 commit comments