From aa62ca9a6e0ac665e833b630db518f799b9e0432 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 6 Dec 2021 18:12:54 +0100 Subject: [PATCH] Update ssh.ts --- tabby-ssh/src/session/ssh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-ssh/src/session/ssh.ts b/tabby-ssh/src/session/ssh.ts index 1afa48a9..66de8c16 100644 --- a/tabby-ssh/src/session/ssh.ts +++ b/tabby-ssh/src/session/ssh.ts @@ -24,7 +24,7 @@ const WINDOWS_OPENSSH_AGENT_PIPE = '\\\\.\\pipe\\openssh-ssh-agent' export interface Prompt { prompt: string - echo: boolean + echo?: boolean } interface AuthMethod {