mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
增加node app转为npm start时退出进程,防止进程互相干扰
This commit is contained in:
parent
a690aa72e8
commit
6519a1c024
@ -189,6 +189,10 @@ export async function updateMiaoPlugin(e) {
|
||||
e.reply("自动重启失败,请手动重启以应用新版喵喵。\nError code: " + error.code + "\n" + error.stack + "\n");
|
||||
Bot.logger.error('重启失败\n${error.stack}');
|
||||
return true;
|
||||
} else if (stdout) {
|
||||
Bot.logger.mark("重启成功,运行已转为后台,查看日志请用命令:npm run log");
|
||||
Bot.logger.mark("停止后台运行命令:npm stop");
|
||||
process.exit();
|
||||
}
|
||||
})
|
||||
}, 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user