From a98704c2cd6eeaf26fb96a649045ba42b5a74f94 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 12 May 2023 12:27:49 +0200 Subject: [PATCH] update --- other/csv-merge/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/csv-merge/index.js b/other/csv-merge/index.js index f13abda..4129555 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -58,7 +58,7 @@ function mergeToCsv() { console.log("Lenght of array is " + arrayString.length) for (x in arrayString) { let length = arrayString.length - if(linesDone < 1000) { + if(linesDone < length) { Amd5 = arrayMD5[linesDone]; Asha1 = array256[linesDone]; Astring = arrayString[linesDone];