- Version: from 0.10 to 6.2
- Platform: Windows
When spawning a child process with ``require('child_process').spawn`, a shell spawn for few milliseconds (almost one seconds) on Windows.
pm2's users are reporting us this issue (here or here) , which come from this code that we are using to spawn the user app.
Just asking why it is spawning and if we can prevent them to spawn ?
Thanks !