Replaced "Audio Error" with a template literal of the error
This commit is contained in:
parent
1f0e0d1037
commit
2d2c09e914
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user