parallelshell
parallelshell copied to clipboard
Some output goes to the wrong terminal tab with two tabs open
I'm not even sure how this is possible, but it's happening nonetheless.
Running OS X latest with two terminal tabs:
- normal entry mode on a directory
- parallelshell with two npm scripts running in watch mode
I save a file I'm working on and the change notification piped to stdout somehow ends up on my first terminal tab. Weird right?
Alright after more digging it seems like under some circumstances, all the child processes don't get killed and what I'm seeing is a phantom process emitting to its original terminal window.
here is the background of it.
you can try the parallelshell from the dev branch or read through here or try this
:smile:
Will do, thanks @paulpflug!
@paulpflug That branch insta fails for me with error code 7