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
6.98k stars 227 forks source link

Try setting the `--success` flag, it allows you to set which process(es) you want to infer the exit code 0 from. #485

Closed ramialkheshan closed 3 months ago

ramialkheshan commented 3 months ago
          Try setting the `--success` flag, it allows you to set which process(es) you want to infer the exit code 0 from.

Originally posted by @gustavohenke in https://github.com/open-cli-tools/concurrently/issues/481#issuecomment-2136283009

--success

Sorry, this flag present in my command with value all. So maybe you will advice to me something else. I will be very grateful image

gustavohenke commented 3 months ago

Please don't open new issues unless they are for problems unrelated to this.