You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Environment details
Issue description
If I set
useconpty=true
then I dopty.kill()
, it will get an errorUncaught 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?
The text was updated successfully, but these errors were encountered: