From 785648fd83087f1e4d41a8d520f7da44cd37fa61 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 29 Apr 2020 18:06:38 +0300 Subject: [PATCH] fix node shell session regression Signed-off-by: Jari Kolehmainen --- src/main/node-shell-session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/node-shell-session.ts b/src/main/node-shell-session.ts index 99a1867967..4674307fc0 100644 --- a/src/main/node-shell-session.ts +++ b/src/main/node-shell-session.ts @@ -38,6 +38,7 @@ export class NodeShellSession extends ShellSession { name: "xterm-256color", rows: 30, }); + this.running = true; this.pipeStdout() this.pipeStdin() this.closeWebsocketOnProcessExit()