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
and then later doing terminal.kill, I sometimes get terminal:exitCode = undefined, signal =undefined in the log. I belies this should never happen, right?
The problem appears on nodejs 20.18.1 on a windows-2019 github action runner. Locally, it seems to always work.
The text was updated successfully, but these errors were encountered:
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Dec 31, 2024
When starting a pty like so:
and then later doing
terminal.kill
, I sometimes getterminal:exitCode = undefined, signal =undefined
in the log. I belies this should never happen, right?The problem appears on nodejs 20.18.1 on a windows-2019 github action runner. Locally, it seems to always work.
The text was updated successfully, but these errors were encountered: