This commit is contained in:
aozhiwei 2023-07-03 15:57:37 +08:00
parent 4f5653d398
commit 8573753689

View File

@ -54,6 +54,10 @@ class BcSpider extends BaseTask {
events.forEach
(
(event) => {
const logObj = {
};
log.info(logObj);
}
);
await utils.sleep(1000 * 10);