New Server.listen(options[, callback])
method is too picky about port being a js number
#1111
Labels
Server.listen(options[, callback])
method is too picky about port being a js number
#1111
Really like this new new listen function, but I've found it's pickier than the others about port being a js number vs a string number, and the error is unclear (uses poor stringification of the object):
Works fine, converting
"8005"
to8005
.While:
Throws:
The text was updated successfully, but these errors were encountered: