File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ a listener for the `'listening'` event. See also [`net.Server.listen(path)`][].
540
540
Begin accepting connections on the specified ` port ` and ` hostname ` . If the
541
541
` hostname ` is omitted, the server will accept connections on any IPv6 address
542
542
(` :: ` ) when IPv6 is available, or any IPv4 address (` 0.0.0.0 ` ) otherwise. Use a
543
- port value of zero to have the operating system assign an available port.
543
+ port value of ` 0 ` to have the operating system assign an available port.
544
544
545
545
To listen to a unix socket, supply a filename instead of port and hostname.
546
546
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ code without properly recovering from the exception can cause additional
123
123
unforeseen and unpredictable issues.
124
124
125
125
Exceptions thrown from within the event handler will not be caught. Instead the
126
- process will exit with a non zero exit code and the stack trace will be printed.
126
+ process will exit with a non- zero exit code and the stack trace will be printed.
127
127
This is to avoid infinite recursion.
128
128
129
129
Attempting to resume normally after an uncaught exception can be similar to
You can’t perform that action at this time.
0 commit comments