Skip to content

Commit cd9d5f4

Browse files
lint
1 parent 13e69dd commit cd9d5f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/engine.io/lib/server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,9 @@ export abstract class BaseServer extends EventEmitter {
532532
if (this.middlewares.length > 0) {
533533
// middlewares expect an IncomingMessage argument, which cannot be created from the WebTransport session object
534534
// see also: https://github.com/fails-components/webtransport/issues/448
535-
debug("closing session since WebTransport is not compatible with middlewares");
535+
debug(
536+
"closing session since WebTransport is not compatible with middlewares",
537+
);
536538
return session.close();
537539
}
538540

0 commit comments

Comments
 (0)