mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: qwen logger exit handler setup
This commit is contained in:
@@ -82,10 +82,9 @@ export class QwenLogger {
|
|||||||
return undefined;
|
return undefined;
|
||||||
if (!QwenLogger.instance) {
|
if (!QwenLogger.instance) {
|
||||||
QwenLogger.instance = new QwenLogger(config);
|
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;
|
return QwenLogger.instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user