mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Stricter tslint rules (#9352)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user