mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

Ctrl+C does not end the process in pwsh on windows #224

Open joukevandermaas opened 2 years ago

joukevandermaas commented 2 years ago

I use Windows Terminal with powershell 7.1.4. When I press Ctrl+C to end a script, it simply prints ^C to the console, but the program keeps running.

I expect the program to stop and kill all sub-processes.