fix line endings

This commit is contained in:
Peter Ferrie 2021-10-22 08:23:54 -07:00
parent 34b0bddbd2
commit 7f32da538b
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ while (!b.atendofstream)
if (d.length > 0)
{
q.writeline(d)
q.write(d + "\n")
f = d.indexOf(",") + 1
c.push(d.substr(f, e - f))
}
}
q.writeline(d)
q.write(d + "\n")
a.createtextfile("build\\GAMES.SORTED").write(c.sort().toString().replace(/,/g, "\n"))