mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
Update variable name.
This commit is contained in:
parent
a3ecd2ddc2
commit
8d67c6a4c3
1 changed files with 2 additions and 2 deletions
|
@ -235,8 +235,8 @@ class AudioEngine {
|
|||
return (new ADPCMSoundDecoder(this.audioContext)).decode(bufferCopy2)
|
||||
.then(
|
||||
addDecodedAudio,
|
||||
sndError => {
|
||||
log.warn('audio data could not be decoded', sndError);
|
||||
error => {
|
||||
log.warn('audio data could not be decoded', error);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue