Skip to content

Commit 6b30ef7

Browse files
committed
fix(gen:endpoint): return promise
1 parent c94f78f commit 6b30ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/generators/endpoint/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Generator extends Base {
2929

3030
initializing() {
3131
// init shared generator properies and methods
32-
genNamedBase(this);
32+
return genNamedBase(this);
3333
}
3434

3535
prompting() {

0 commit comments

Comments
 (0)