mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
添加错误信息
This commit is contained in:
parent
ffc664a857
commit
ae91676a89
1 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ export class Remind extends ZZZPlugin {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`[ZZZ-Plugin] 为用户 ${userId} 检查式舆防卫战失败: ${error}`);
|
logger.error(`[ZZZ-Plugin] 为用户 ${userId} 检查式舆防卫战失败: ${error}`);
|
||||||
messages.push('式舆防卫战查询失败');
|
messages.push(`式舆防卫战查询失败: ${error}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检查危局强袭战
|
// 检查危局强袭战
|
||||||
|
|
@ -256,7 +256,7 @@ export class Remind extends ZZZPlugin {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`[ZZZ-Plugin] 为用户 ${userId} 检查危局强袭战失败: ${error}`);
|
logger.error(`[ZZZ-Plugin] 为用户 ${userId} 检查危局强袭战失败: ${error}`);
|
||||||
messages.push('危局强袭战查询失败');
|
messages.push(`危局强袭战查询失败: ${error}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 恢复原来的 this.e
|
// 恢复原来的 this.e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue