diff options
Diffstat (limited to 'src/bun.js/http.exports.js')
-rw-r--r-- | src/bun.js/http.exports.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/http.exports.js b/src/bun.js/http.exports.js index 00e2c2dc9..59e2d3483 100644 --- a/src/bun.js/http.exports.js +++ b/src/bun.js/http.exports.js @@ -289,6 +289,8 @@ export class Server extends EventEmitter { } this.emit("error", err); } + + return this; } } |