mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
fixed #250
This commit is contained in:
@@ -91,7 +91,9 @@ export class SSHService {
|
||||
await new Promise((resolve, reject) => {
|
||||
ssh.on('ready', () => {
|
||||
connected = true
|
||||
this.savePassword(connection, savedPassword)
|
||||
if (savedPassword) {
|
||||
this.savePassword(connection, savedPassword)
|
||||
}
|
||||
this.zone.run(resolve)
|
||||
})
|
||||
ssh.on('error', error => {
|
||||
|
Reference in New Issue
Block a user