-
Notifications
You must be signed in to change notification settings - Fork 253
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
Non-ConPTY PTYs fail on node 14 #457
Comments
Eugeny
changed the title
Non-ConPTY PTYs fail on node 14.15.2
Non-ConPTY PTYs fail on node 14
Feb 6, 2021
I've just bisected Node versions on this and it starts with 14.0.0. 13.14.0 is the latest working one. |
It does indeed look like all input pipes get closed immediately:
|
This was referenced Feb 8, 2021
Eugeny
added a commit
to Eugeny/node-pty
that referenced
this issue
Feb 13, 2021
Eugeny
added a commit
to Eugeny/node-pty
that referenced
this issue
Feb 13, 2021
Tyriar
added a commit
that referenced
this issue
Feb 16, 2021
Explicitly open winpty conin pipe in write-only mode - fixes #457
deepak1556
pushed a commit
that referenced
this issue
Apr 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows 10 / Node 14.15.2 (and latest Electron 12 betas which use the same Node) / node-pty 0.10 and 0.9
Repro:
Result:
The child process is in fact alive and the node-pty object is marked
_writable
:The text was updated successfully, but these errors were encountered: