Skip to content

Commit

Permalink
fix: await composeWith (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 11, 2024
1 parent 06f893c commit d06def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/ionic/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class extends BaseApplicationGenerator {
get [BaseApplicationGenerator.COMPOSING]() {
return this.asComposingTaskGroup({
async composeGit() {
this.composeWithJHipster('git');
await this.composeWithJHipster('git');
},
});
}
Expand Down

0 comments on commit d06def3

Please sign in to comment.