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 8955f9c + 25c7d54 commit 64f6eb5Copy full SHA for 64f6eb5
src/Server.ts
@@ -16,7 +16,11 @@ class Server {
16
public readonly routes = new RouteRegistry();
17
private readonly server: http.Server;
18
private readonly copyOrigin: boolean;
19
- private readonly errors = new ServerErrorRegistry();
+
20
+ /**
21
+ * This server's error registry.
22
+ */
23
+ public readonly errors = new ServerErrorRegistry();
24
25
/**
26
* Create a new HTTP server.
0 commit comments