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