You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll notice that spawn-command doesn't have the same problem. Is there anything that spawn-default-shell can do that spawn-command cannot? Perhaps concurrently could use spawn-command instead and spawn-default-shell can be deprecated?
Anyway, this is causing broken builds in my PR here which is why I bring it up. I'd really like to use concurrently! Let me know how I can help.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm not sure what causes this, but I've reproduced the issue in this repo with this build
Here's the output:
Here's the code for that:
.travis.yml
spawn.js
log-node-version.js
You'll notice that
spawn-command
doesn't have the same problem. Is there anything thatspawn-default-shell
can do thatspawn-command
cannot? Perhapsconcurrently
could usespawn-command
instead andspawn-default-shell
can be deprecated?Anyway, this is causing broken builds in my PR here which is why I bring it up. I'd really like to use
concurrently
! Let me know how I can help.Thanks!
The text was updated successfully, but these errors were encountered: