fix: typo

This commit is contained in:
手瓜一十雪
2024-12-29 15:47:16 +08:00
parent eaf481799d
commit ff16dc73ec

View File

@@ -271,7 +271,7 @@ export async function NCoreInitShell() {
const logger = new LogWrapper(pathWrapper.logsPath);
handleUncaughtExceptions(logger);
process.on('exit', (code: number) => {
umamiTrace.trackEvent('framework/exit', code.toString());
umamiTrace.trackEvent('shell/exit', code.toString());
});
const basicInfoWrapper = new QQBasicInfoWrapper({ logger });
const wrapper = loadQQWrapper(basicInfoWrapper.getFullQQVesion());