Revert "update: normalize log"

This reverts commit 48755fbd34.
This commit is contained in:
手瓜一十雪
2024-09-04 18:05:01 +08:00
parent cecd68bc10
commit e9ed8bbad8
16 changed files with 94 additions and 84 deletions

View File

@@ -26,7 +26,7 @@ export class RkeyManager {
try {
await this.refreshRkey();
} catch (e) {
this.logger.logError('获取 rkey 失败', e);
this.logger.logError('获取rkey失败', e);
}
}
return this.rkeyData;