Although in most cases you would want to use --kill-others-on-fail, I fell in a situation where I would prefer if it was off.
Also concurrently has some other options like --no-color, --raw, and --allow-restart which I believe should be toggleable in an options object sent as a second argument to .concurrent.
Although in most cases you would want to use
--kill-others-on-fail, I fell in a situation where I would prefer if it was off.Also concurrently has some other options like
--no-color,--raw, and--allow-restartwhich I believe should be toggleable in an options object sent as a second argument to.concurrent.