From fec2553f475220ad173e6349ff07752f8242a7dc Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 12 May 2023 12:09:32 +0200 Subject: [PATCH] d --- other/csv-merge/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/other/csv-merge/index.js b/other/csv-merge/index.js index d652ed6..c5f900b 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -66,8 +66,7 @@ function mergeToCsv() { output = Astring + "," + Amd5 + "," + A1 + "," + A256 outputArea.value = outputArea.value + "\n" + output console.log(linesDone + "/" + arrayString.length) - + linesDone + 1 } - linesDone + 1 } } \ No newline at end of file