Skip to content

Commit

Permalink
fix to issue104 for getting out of while loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Izdepski committed Nov 25, 2021
1 parent eb72e3b commit f69682e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/main/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ var allTools = {
wavesamples = code.removeWaveHeader(wavesamples)
if (wavesamples.length > SINGLESOUND) {
logString[index++] = `skipping file ${name_stub} because it is larger than ${SINGLESOUND} bytes.`
//move to next file
fileIndex++
continue
}
//change 0 value samples to 1
Expand Down

0 comments on commit f69682e

Please sign in to comment.