KingRan 2022-02-28 23:07:55 +08:00
parent 9da1bc7169
commit 7c5a5f0dc3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if ($.isNode()) {
console.log("不让做任务,休息会!");
continue;
}
await drawUserTask();
//await drawUserTask();
}
})().catch((e) => { $.log('', `${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })