mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
whoops
This commit is contained in:
parent
b2708a6fa8
commit
aa09490724
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class StreamDispatcher extends Writable {
|
|||
* @event StreamDispatcher#error
|
||||
*/
|
||||
if (type && err) {
|
||||
err.message = `${type} stream: `;
|
||||
err.message = `${type} stream: ${err.message}`;
|
||||
this.emit('error', err);
|
||||
}
|
||||
this.destroy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue