open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
7.01k stars 228 forks source link

Send SIGKILL to other processes #396

Closed paulsmithkc closed 1 year ago

paulsmithkc commented 1 year ago

When the main process exits, force the other processes to exit with the SIGKILL signal. (Instead of SIGTERM.)

Fixes https://github.com/open-cli-tools/concurrently/issues/395

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 99.45% when pulling 7e685d113fef99e54260c5d2b2d11d79f7ea86e4 on paulsmithkc:patch-1 into ed3c18f7849c73df552f6b67fe4e68d030aa1bb1 on open-cli-tools:main.

paulsmithkc commented 1 year ago

@gustavohenke bump

paulsmithkc commented 1 year ago

Rejected.

Submitted new PR: https://github.com/open-cli-tools/concurrently/pull/402