Event emitted when process is killed

后端 未结 0 1048

In node, I would like to kill all the child process when the main process exits. It works with the below code


process
    .on(\'exit\', () => {
        consol         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题