mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
More MSSQL strict null (#22402)
This commit is contained in:
@@ -19,7 +19,7 @@ export class AzureBlobService implements mssql.IAzureBlobService {
|
||||
undefined,
|
||||
e => {
|
||||
this.client.logFailedRequest(contracts.CreateSasRequest.type, e);
|
||||
return Promise.resolve(undefined);
|
||||
return Promise.reject(e);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user