Merge pull request #3830 from kelostrada/master

Update AudioFile.js
This commit is contained in:
Richard Davey 2018-07-16 14:57:36 +01:00 committed by GitHub
commit 7ec36752dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ var AudioFile = new Class({
function (e)
{
// eslint-disable-next-line no-console
console.error('Error decoding audio: ' + this.key + ' - ', e.message);
console.error('Error decoding audio: ' + this.key + ' - ', e ? e.message : null);
_this.onProcessError();
}