Skip to content

Commit

Permalink
fixup! add missing async
Browse files Browse the repository at this point in the history
  • Loading branch information
virkt25 committed Jul 10, 2018
1 parent 2e48ae5 commit 1e6788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/generators/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = class ModelGenerator extends ArtifactGenerator {
return super.checkLoopBackProject();
}

promptArtifactName() {
async promptArtifactName() {
await super.promptArtifactName();
this.log(
`Let's add a property to ${chalk.yellow(this.artifactInfo.className)}`,
Expand Down

0 comments on commit 1e6788a

Please sign in to comment.