Open nene opened 7 years ago
Same issue here
BTW. the documentation is also misleading, as it claims that exit codes are properly handled.
@AndyOGo we switched to https://github.com/kimmobrunfeldt/concurrently
@andrestaht Thanks. I just created a PR for switching to concurrently :)
With single command the exit code is as expected:
With multiple commands it exits with 1 when the first command exits with 1:
But when the first command succeeds and second fails, it exits with 0:
I tried using
--wait
but then it always exits with 0.But the documentation says: