Skip to content

Exit Code and Signal can be undefined #753

Answered by Tyriar
tsmaeder asked this question in Q&A
Discussion options

You must be logged in to vote

17763 is really old. Yes this means you're stuck on winpty which is legacy and we're not touching it anymore. I recommend updating Windows, but you should be able to use useConptyDll in the latest beta builds to get on the newer backend which should be vastly better than winpty (despite being experimental).

/**
* (EXPERIMENTAL)
*
* Whether to use the conpty.dll shipped with the node-pty package instead of the one built into
* Windows. Defaults to false.
*/
useConptyDll?: boolean;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tyriar
Comment options

Answer selected by Tyriar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #751 on January 06, 2025 13:44.