Skip to content

Commit a4d21d6

Browse files
committed
Merge branch '21-listening-event-promise-or-callback' into fix-server-close
2 parents 8a30978 + 606b41d commit a4d21d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ namespace Server {
236236

237237
/**
238238
* An uncaught error occurred. Client has been sent {@link ServerErrorRegistry.ErrorCodes.INTERNAL} error.
239+
* If no listener is registered when the server begins listening for the first time, a default listener will be
240+
* added to direct errors to stderr.
239241
*/
240242
error: [Error];
241243
}

0 commit comments

Comments
 (0)