parallelshell icon indicating copy to clipboard operation
parallelshell copied to clipboard

Some output goes to the wrong terminal tab with two tabs open

Open quantizor opened this issue 9 years ago • 4 comments

I'm not even sure how this is possible, but it's happening nonetheless.

Running OS X latest with two terminal tabs:

  1. normal entry mode on a directory
  2. 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?

quantizor avatar Apr 11 '16 18:04 quantizor

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.

quantizor avatar Apr 11 '16 19:04 quantizor

here is the background of it.

you can try the parallelshell from the dev branch or read through here or try this

:smile:

paulpflug avatar Apr 11 '16 19:04 paulpflug

Will do, thanks @paulpflug!

quantizor avatar Apr 11 '16 19:04 quantizor

@paulpflug That branch insta fails for me with error code 7

quantizor avatar Apr 12 '16 15:04 quantizor