mirror of
https://github.com/eugeny/tabby
synced 2025-12-16 20:56:02 +00:00
ssh - show connection log while connecting
This commit is contained in:
@@ -61,7 +61,7 @@ export class SSHModalComponent {
|
||||
|
||||
connect (connection: SSHConnection) {
|
||||
this.close()
|
||||
this.ssh.connect(connection).catch(error => {
|
||||
this.ssh.openTab(connection).catch(error => {
|
||||
this.toastr.error(`Could not connect: ${error}`)
|
||||
}).then(() => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user