1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-02 12:03:36 +08:00
parent 7ced382c9f
commit 93db6371d9
4 changed files with 12 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ async function fetchAll() {
for (let i = 0; i < songIds.length; i++) {
await global.checkIsExit();
const songId = songIds[i];
console.log(`${i}/${songIds.length} | song: ${songId}`);
console.log(`${i + 1}/${songIds.length} | song: ${songId}`);
try {
await fetch({ songId: songId });
} catch (err) {