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