Skip to content

Commit

Permalink
fixed long doc line
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Dec 20, 2019
1 parent 87e52df commit 0ac2b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/sound-generators/SoundClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ define( require => {
},
() => {

// This is the error case for audio decode. We have not seen this happen, but presumably a corrupted audio file
// could cause it. There is handling for both the RequireJS and build cases.
// This is the error case for audio decode. We have not seen this happen, but presumably a corrupted audio
// file could cause it. There is handling for both the RequireJS and build cases.
assert && assert( false, 'audio decode failed' );
console.error( 'unable to decode audio data, please check all encoded audio' );
}
Expand Down

0 comments on commit 0ac2b10

Please sign in to comment.