Skip to content

Commit 215f7a1

Browse files
committed
fix(gen): return a promise
1 parent 41c806e commit 215f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class Generator extends Base {
111111
default: true,
112112
}]);
113113

114-
promise.then(answers => {
114+
return promise.then(answers => {
115115
this.skipConfig = answers.skipConfig;
116116

117117
if(this.skipConfig) {

0 commit comments

Comments
 (0)