mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
8c4fa282b6
commit
a98704c2cd
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user