mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix:#如好
This commit is contained in:
parent
3a3095d15a
commit
df6113fdf6
@ -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));
|
||||
|
BIN
src/native/external/MoeHoo.win32.node
vendored
BIN
src/native/external/MoeHoo.win32.node
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user