bumped angular and ng-bootstrap

This commit is contained in:
Eugene Pankov
2021-05-16 13:53:13 +02:00
parent e1e18bb403
commit 3716d52700
13 changed files with 78 additions and 76 deletions

View File

@@ -331,7 +331,7 @@ export class SSHSession extends BaseSession {
})
}
if (fw.type === PortForwardType.Remote) {
await new Promise((resolve, reject) => {
await new Promise<void>((resolve, reject) => {
this.ssh.forwardIn(fw.host, fw.port, err => {
if (err) {
// eslint-disable-next-line @typescript-eslint/no-base-to-string