Can't kill any processes when --raw is passed
Author: aminomancerCreated Apr 5, 2023Updated May 5, 2025
- Description: With
concurrently -r -k npm:parcel:dev npm:serveI can't exit with any kind of input, but the same without-rworks fine with e.g. Ctrl+C. - Expected Behavior: I wouldn't expect the
--rawargument, which ostensibly just affects printing, to affect what my inputs are able to do. - Environment: concurrently 8.0.1 on Windows 10. reproduced with powershell and cmd.exe, also in windows terminal and VS Code's integrated terminal.
- Reproduction: Try the command above, where parcel is any parcel command and serve is e.g. nodemon
Thanks!
Source: open-cli-tools/concurrently