more cleanup

This commit is contained in:
Eugene Pankov
2018-09-04 22:49:12 +02:00
parent d6f163b048
commit 7d25816751
6 changed files with 84 additions and 90 deletions

View File

@@ -55,7 +55,7 @@ export class SSHService {
modal.componentInstance.password = true
try {
privateKeyPassphrase = await modal.result
} catch (_err) { }
} catch (_err) { } // tslint:disable-line
}
}
}