From f69682e88f4ab6de5f35cf1f7faafc622b565428 Mon Sep 17 00:00:00 2001 From: Erich Izdepski Date: Thu, 25 Nov 2021 14:36:31 -0500 Subject: [PATCH] fix to issue104 for getting out of while loop --- app/main/tools.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/main/tools.js b/app/main/tools.js index f01ee2e..c3ac849 100644 --- a/app/main/tools.js +++ b/app/main/tools.js @@ -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