diff --git a/src/api/Server.ts b/src/api/Server.ts index 6e4db32b7..1e5786ed9 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts @@ -46,7 +46,7 @@ export class SpacebarServer extends Server { constructor(opts?: Partial) { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore - super({ ...opts, errorHandler: false }); + super(opts); } async start() {