mirror of
https://git.stupid.fish/teidesu/scripts.git
synced 2025-07-28 02:32:11 +10:00
chore: update public repo
This commit is contained in:
parent
68a2d17239
commit
a2b73a9982
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue