-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Node ignoring redirections when redirected to a tty #4222
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with 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.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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