1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

爬完提示

This commit is contained in:
程序员小墨 2022-10-19 23:43:46 +08:00
parent 903d64b85b
commit 102cf25060

View File

@ -28,6 +28,9 @@ async function fetchAll({ args }) {
console.error(err);
}
}
console.log("爬取完毕");
await sleepUtils.sleep(2000);
process.exit(0);
}
async function fetchCategory({ categoryName, progress }) {