This commit is contained in:
Amish Shah
2016-08-24 22:26:27 +01:00
parent 8683f45816
commit 253789f398
7 changed files with 26 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ class VoiceConnectionUDPClient extends EventEmitter {
});
this.udpSocket.on('error', (error, message) => {
console.log(error);
this.emit('error', { error, message });
});