Better dev experience, better front page
All checks were successful
pipeline / build-and-push-images (push) Successful in 5m30s
All checks were successful
pipeline / build-and-push-images (push) Successful in 5m30s
This commit is contained in:
@@ -219,7 +219,7 @@ async function handleMatchList(client: MongoClient, patch: string, champions: Ma
|
||||
|
||||
let currentMatch = 0;
|
||||
for await (let match of allMatches) {
|
||||
console.log("Computing champion stats, game entry " + currentMatch + "/" + totalMatches + " ...")
|
||||
process.stdout.write("\rComputing champion stats, game entry " + currentMatch + "/" + totalMatches + " ... ")
|
||||
currentMatch += 1;
|
||||
handleMatch(match, champions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user