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.
1 parent 5d1ba2d commit 0b36fd1Copy full SHA for 0b36fd1
src/Adapters/WebSocketServer/WSAdapter.js
@@ -13,7 +13,7 @@ export class WSAdapter extends WSSAdapter {
13
14
onListen() {}
15
onConnection(ws) {}
16
- onError(eror) {}
+ onError(error) {}
17
start() {
18
const wss = new WebSocketServer({ server: this.options.server });
19
wss.on('listening', this.onListen);
0 commit comments