mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add no-floating-promises for mssql extension (#16956)
This commit is contained in:
@@ -88,9 +88,9 @@ export class CredentialStore {
|
||||
this._client.start();
|
||||
}
|
||||
|
||||
dispose() {
|
||||
async dispose(): Promise<void> {
|
||||
if (this._client) {
|
||||
this._client.stop();
|
||||
await this._client.stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user