爬完提示
This commit is contained in:
parent
903d64b85b
commit
102cf25060
@ -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 }) {
|
||||
|
Loading…
Reference in New Issue
Block a user