mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Have sql db proj publish command return publishing promise (#18139)
This commit is contained in:
@@ -324,7 +324,7 @@ export class ProjectsController {
|
||||
|
||||
return publishDatabaseDialog.waitForClose();
|
||||
} else {
|
||||
void this.publishDatabase(project);
|
||||
return this.publishDatabase(project);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user