This commit is contained in:
James Skemp 2022-10-06 17:07:23 -05:00 committed by GitHub
parent 83d483e6d1
commit c36e1c6bc0
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ for (i in gameInfo) {
}
}
}
console.log(`${gameTitles.length} items`);
console.log(gameTitles.sort().join('\r\n'));
console.log(`${gameTitles.length} items`);