This commit is contained in:
Boof 2023-05-12 12:14:47 +02:00 committed by GitHub
parent d4cc1d1161
commit 098a97b9b8
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 < length) {
if(linesDone < 1000) {
Amd5 = arrayMD5[linesDone];
A256 = array256[linesDone];
Astring = arrayString[linesDone];