Add new error message to console (#10303)

This commit is contained in:
Amir Omidi
2020-05-07 13:28:45 -07:00
committed by GitHub
parent 57d2ceec9d
commit e6ca724571

View File

@@ -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');
}
}