When ending a Node app using ctrl + c in the windows command line. What happens to spawned child processes. Are these terminated as well?
Asked
Active
Viewed 24 times
0
-
1you'll find your answer here: [link](https://stackoverflow.com/questions/30708801/node-js-child-processes-being-killed-when-parent-dies) – Alok Deshwal Aug 18 '19 at 11:49
-
@AlokDeshwal thanks for pointing me to that topic. I marked my question as a dupicate. – SomeDutchGuy Aug 18 '19 at 12:03