chore: npm run format

This commit is contained in:
tanzhenxin
2025-08-14 18:54:24 +08:00
parent 2d0884b04d
commit bbfe94cfe2

View File

@@ -82,7 +82,10 @@ export class QwenLogger {
return undefined;
if (!QwenLogger.instance) {
QwenLogger.instance = new QwenLogger(config);
process.on('exit', QwenLogger.instance.shutdown.bind(QwenLogger.instance));
process.on(
'exit',
QwenLogger.instance.shutdown.bind(QwenLogger.instance),
);
}
return QwenLogger.instance;