This commit is contained in:
Boof 2023-05-12 12:27:49 +02:00 committed by GitHub
parent 8c4fa282b6
commit a98704c2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];