discord.js/src/client/websocket
Pascal a22b856494
fix(WebSocketConnection): make errors in event handlers throw again
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.
2018-01-20 09:05:07 +01:00
..
packets refactor: more oop with stores (#2216) 2018-01-11 16:33:30 +00:00
WebSocketConnection.js fix(WebSocketConnection): make errors in event handlers throw again 2018-01-20 09:05:07 +01:00
WebSocketManager.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00