mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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;
|
||||
} catch (ex) {
|
||||
console.log(ex);
|
||||
console.log(JSON.stringify(ex?.response?.data, undefined, 2));
|
||||
throw new Error('Error retreiving tenant information');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user