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