Replaced "Audio Error" with a template literal of the error

This commit is contained in:
Anton Georgiev 2019-11-27 13:47:40 +00:00
parent 1f0e0d1037
commit 2d2c09e914

View File

@ -364,7 +364,7 @@ class AudioManager {
errorCode: error,
cause: bridgeError,
},
}, 'Audio Error');
}, `errorCode=${error}, cause=${bridgeError}`);
if (silenceNotifications !== true) {
this.notify(errorMsg, true);
this.exitAudio();