1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-01 23:27:52 +08:00
parent 3dcb71b5a3
commit 3e1ef431a7
5 changed files with 9 additions and 11 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} | ${await global.statistics()}`);
console.log(`${i}/${songIds.length} | song: ${songId} | ${global.statistics}`);
try {
await fetch({ songId: songId });
} catch (err) {