mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix
This commit is contained in:
parent
d45b9c6cc5
commit
ed8730b7be
@ -66,7 +66,7 @@ function mergeToCsv() {
|
||||
output = Astring + "," + Amd5 + "," + A1 + "," + A256
|
||||
outputArea.value = outputArea.value + "\n" + output
|
||||
console.log(linesDone + "/" + arrayString.length)
|
||||
linesDone + 1
|
||||
linesDone = linesDone + 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user