node-pty
node-pty copied to clipboard
[conpty error] Uncaught Exception:Error: read EP|PEat Pipe.onStreamRead (node:internal/stream base commons:218:20)
trafficstars
Environment details
- OS: windows11
- OS version: 22631.3880
- node-pty version: 1.0.0
Issue description
If I set useconpty=true then I do pty.kill(), it will get an error Uncaught Exception:Error: read EP|PEat Pipe.onStreamRead (node:internal/stream base commons:218:20)
then I try to set useconpty=false, the xtermjs can't get title from node-pty.
How can I fix it?