mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 20:30:38 +00:00
The error from something like client.on('ready', () => undefined.f);
would just be emitted as debug event instead of being thrown.
Simply moving the emitting part out of the try catch again solves this.
|
||
|---|---|---|
| .. | ||
| packets | ||
| WebSocketConnection.js | ||
| WebSocketManager.js | ||