Skip to content

Commit 6015bad

Browse files
anikethsahaematipico
authored andcommitted
chore: added await in order to resolve the pending promise (#948)
1 parent dc25beb commit 6015bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generators/init-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class InitGenerator extends Generator {
118118
this.configuration.config.webpackOptions.entry = entryOption;
119119
}
120120

121-
let { outputDir } = Input(
121+
let { outputDir } = await Input(
122122
self,
123123
"outputDir",
124124
"In which folder do you want to store your generated bundles?",

0 commit comments

Comments
 (0)