Merge pull request #8369 from antobinary/audio-log

Replaced "Audio Error" with a template literal of the error
This commit is contained in:
Richard Alam 2019-11-28 09:56:04 -05:00 committed by GitHub
commit bea18c31ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();