mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
commit
7ec36752dc
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ var AudioFile = new Class({
|
||||||
function (e)
|
function (e)
|
||||||
{
|
{
|
||||||
// eslint-disable-next-line no-console
|
// 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();
|
_this.onProcessError();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue