Stricter tslint rules (#9352)

This commit is contained in:
Amir Omidi
2020-03-06 13:06:44 -08:00
committed by GitHub
parent f3a255a7f7
commit 20f7670b32
16 changed files with 44 additions and 32 deletions

View File

@@ -305,7 +305,7 @@ export class ObjectExplorerService implements IObjectExplorerService {
this._connectionManagementService.disconnect(connection).then(() => {
connection.isDisconnecting = false;
}).catch((e) => this.logService.error(e));
});
}).catch((e) => this.logService.error(e));
}
}
} else {