mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
Add missing await (#10952)
This commit is contained in:
@@ -95,7 +95,7 @@ export default class MainController implements Disposable {
|
||||
await this.projectsController.openProject(file);
|
||||
}
|
||||
|
||||
this.projectsController.focusProject(this.projectsController.projects[prevCount]); // focus the first of the newly-opened projects
|
||||
await this.projectsController.focusProject(this.projectsController.projects[prevCount]); // focus the first of the newly-opened projects
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user