@@ -141,7 +141,7 @@ export default function () {
// 捕获退出信号,确保数据存档
process.on('SIGINT', async () => {
tail.unwatch() // 停止监听日志
await archive('退出前存档数据...')
await 存档('退出前存档数据...')
process.exit()
})
}
The note is not visible to the blocked user.