mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
修复日志级别,将超时解锁操作的日志级别从错误更改为信息,以提高日志的准确性和可读性。
This commit is contained in:
@@ -60,7 +60,7 @@ export function lockOperating(
|
|||||||
timers[type] = setTimeout(() => {
|
timers[type] = setTimeout(() => {
|
||||||
locks[type] = false;
|
locks[type] = false;
|
||||||
pendings[type] = null;
|
pendings[type] = null;
|
||||||
log("error", `${type} 操作超时自动解锁`);
|
log("info", `${type} 操作超时自动解锁`);
|
||||||
}, timeout);
|
}, timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user