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
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?
The text was updated successfully, but these errors were encountered:
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
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.
I'm not even sure how this is possible, but it's happening nonetheless.
Running OS X latest with two terminal tabs:
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?
The text was updated successfully, but these errors were encountered: