mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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();
|
return publishDatabaseDialog.waitForClose();
|
||||||
} else {
|
} else {
|
||||||
void this.publishDatabase(project);
|
return this.publishDatabase(project);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user