fix: change exit description (#3430)
This commit is contained in:
parent
b7948d5409
commit
dc61f10f78
@ -97,7 +97,7 @@ process.on('SIGINT', async () => {
|
|||||||
if (error) {
|
if (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
} else {
|
} else {
|
||||||
console.log('所有子进程已被杀掉,应用程序即将退出');
|
console.log('all subprocesses were killed, exiting main process');
|
||||||
}
|
}
|
||||||
process.exit();
|
process.exit();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user