What is the signal WebStorm uses for stoping a process ?
When killing a script (run configuration), what is the signal the WebStorm sends to the process ?
I've tried almost all POSIX signals, but no luck...
Thank you very much,
Vojta
Please sign in to leave a comment.
Ok, it does send SIGTERM.
I only did not noticed it, as it supress output.