This commit is contained in:
Boof 2023-05-12 12:09:32 +02:00 committed by GitHub
parent e4412aee7e
commit fec2553f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}