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 cb71427 commit 606b41dCopy full SHA for 606b41d
src/Server.ts
@@ -210,6 +210,8 @@ namespace Server {
210
211
/**
212
* An uncaught error occurred. Client has been sent {@link ServerErrorRegistry.ErrorCodes.INTERNAL} error.
213
+ * If no listener is registered when the server begins listening for the first time, a default listener will be
214
+ * added to direct errors to stderr.
215
*/
216
error: [Error];
217
}
0 commit comments