mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
fix hygiene
fix compile errors fix build; disable a bunch of failing tests update smoke extension fix modals fix icons
This commit is contained in:
@@ -40,7 +40,7 @@ export class AccountPickerViewModel {
|
||||
try {
|
||||
const accounts = await this._accountManagementService.getAccounts();
|
||||
return accounts;
|
||||
} catch{
|
||||
} catch {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user