fix:#如好

This commit is contained in:
手瓜一十雪 2024-09-28 17:38:26 +08:00
parent 3a3095d15a
commit df6113fdf6
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import { LogLevel, LogWrapper } from '@/common/log';
import { NodeIKernelLoginService } from '@/core/services';
import { QQBasicInfoWrapper } from '@/common/qq-basic-info';
import { NapCatPathWrapper } from '@/common/path';
import path from 'node:path';
import path, { resolve } from 'node:path';
import fs from 'node:fs';
import { hostname, systemName, systemVersion } from '@/common/system';
import { NTEventWrapper } from '@/common/event';
@ -132,7 +132,7 @@ export class NapCatCore {
// }]);
}
} catch (error: any) {
//context.logger.logWarn("[appNative]", (error as Error).message);
context.logger.logWarn("[appNative]", (error as Error).message);
}
});
this.initNapCatCoreListeners().then().catch(this.context.logger.logError.bind(this.context.logger));

Binary file not shown.