mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add new error message to console (#10303)
This commit is contained in:
@@ -325,6 +325,7 @@ export abstract class AzureAuth implements vscode.Disposable {
|
|||||||
return tenants;
|
return tenants;
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
console.log(ex);
|
console.log(ex);
|
||||||
|
console.log(JSON.stringify(ex?.response?.data, undefined, 2));
|
||||||
throw new Error('Error retreiving tenant information');
|
throw new Error('Error retreiving tenant information');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user