diff --git a/other/csv-merge/index.js b/other/csv-merge/index.js index e2804a5..bbc853d 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -66,7 +66,7 @@ function mergeToCsv() { output = Astring + "," + Amd5 + "," + A1 + "," + A256 outputArea.value = outputArea.value + "\n" + output console.log(linesDone + "/" + arrayString.length) - linesDone + 1 + linesDone = linesDone + 1 } } } \ No newline at end of file