Skip to content

Commit

Permalink
chore: added await in order to resolve the pending promise (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha authored and ematipico committed Jun 16, 2019
1 parent dc25beb commit 6015bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/init-generator.ts
Expand Up @@ -118,7 +118,7 @@ export default class InitGenerator extends Generator {
this.configuration.config.webpackOptions.entry = entryOption;
}

let { outputDir } = Input(
let { outputDir } = await Input(
self,
"outputDir",
"In which folder do you want to store your generated bundles?",
Expand Down

0 comments on commit 6015bad

Please sign in to comment.