This commit is contained in:
aozhiwei 2023-07-14 13:55:40 +08:00
parent 703bf2f36f
commit 4d843f718c

View File

@ -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;