chore: update public repo

This commit is contained in:
desu-bot 2025-05-09 06:48:15 +00:00
parent 68a2d17239
commit a2b73a9982
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ await asyncPool(fetchSongsIter({
if (broken.length > 0) { if (broken.length > 0) {
console.log('Found %d broken files:', broken.length) console.log('Found %d broken files:', broken.length)
for (const path of broken) { for (const path of broken.sort()) {
console.log(' %s', path) console.log(' %s', path)
} }
process.exit(1) process.exit(1)