mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix node shell session regression (#326)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
0f708c7fc5
commit
b371e8e9f8
@ -38,6 +38,7 @@ export class NodeShellSession extends ShellSession {
|
|||||||
name: "xterm-256color",
|
name: "xterm-256color",
|
||||||
rows: 30,
|
rows: 30,
|
||||||
});
|
});
|
||||||
|
this.running = true;
|
||||||
this.pipeStdout()
|
this.pipeStdout()
|
||||||
this.pipeStdin()
|
this.pipeStdin()
|
||||||
this.closeWebsocketOnProcessExit()
|
this.closeWebsocketOnProcessExit()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user