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 39a728c commit a97841eCopy full SHA for a97841e
1 file changed
src/node_options.cc
@@ -1183,7 +1183,7 @@ inline uint16_t ParseAndValidatePort(const std::string_view port,
1183
1184
if (r.ec == std::errc::result_out_of_range ||
1185
(result != 0 && result < 1024)) {
1186
- errors->push_back(" must be 0 or in range 1024 to 65535.");
+ errors->push_back("must be 0 or in range 1024 to 65535.");
1187
}
1188
1189
return result;
0 commit comments