mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-15 03:21:37 -04: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