Skip to content

Commit 9321125

Browse files
committed
Added typedoc to Server.ts error registry
1 parent b317e08 commit 9321125

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Server.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ class Server {
1616
public readonly routes = new RouteRegistry();
1717
private readonly server: http.Server;
1818
private readonly copyOrigin: boolean;
19+
20+
/**
21+
* This server's error registry.
22+
*/
1923
public readonly errors = new ServerErrorRegistry();
2024

2125
/**

0 commit comments

Comments
 (0)