-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Node ignoring redirections when redirected to a tty #4222
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.
So, although redirects to other active file-descriptors work as expected, as do redirections to files and the
/dev/nulldevice, I cannot redirect successfully to a differenttty:Example:
Environment:
System: Mac OS X El Capitan
10.11.1Shell: Zsh
5.1.1 (x86_64-apple-darwin15.0.0)Node: v
4.2.3