1
This commit is contained in:
parent
703bf2f36f
commit
4d843f718c
@ -160,6 +160,7 @@ class BaseEventProcess {
|
||||
await utils.sleep(5000 + utils.randRange(500, 1500));
|
||||
continue;
|
||||
}
|
||||
console.log(logHead, data);
|
||||
const ret = await checkCb(data);
|
||||
if (ret) {
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user