update: normalize log

This commit is contained in:
Seijo Cecilia
2024-09-04 15:47:06 +08:00
parent ba12bc6c91
commit d36a28fa81
16 changed files with 84 additions and 94 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;