Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
quantizor opened this issue Apr 11, 2016 · 4 comments
Open

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

quantizor opened this issue Apr 11, 2016 · 4 comments

Comments

@quantizor
Copy link

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 quantizor changed the title Occasionally output goes to the wrong terminal tab Some output goes to the wrong terminal tab with two tabs open Apr 11, 2016
@quantizor
Copy link
Author

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.

@paulpflug
Copy link
Collaborator

here is the background of it.

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

😄

@quantizor
Copy link
Author

Will do, thanks @paulpflug!

@quantizor
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants