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.
2 parents 8a30978 + 606b41d commit a4d21d6Copy full SHA for a4d21d6
src/Server.ts
@@ -236,6 +236,8 @@ namespace Server {
236
237
/**
238
* 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.
241
*/
242
error: [Error];
243
}
0 commit comments