Skip to content

Commit 8f3de12

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 73292c8 + 7ec3675 commit 8f3de12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/AudioFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var AudioFile = new Class({
9797
function (e)
9898
{
9999
// eslint-disable-next-line no-console
100-
console.error('Error decoding audio: ' + this.key + ' - ', e.message);
100+
console.error('Error decoding audio: ' + this.key + ' - ', e ? e.message : null);
101101

102102
_this.onProcessError();
103103
}

0 commit comments

Comments
 (0)