We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46db84d commit 9b59197Copy full SHA for 9b59197
1 file changed
commands/make/factory.ts
@@ -12,7 +12,7 @@ export default class MMakeFactory extends MakeFactory {
12
declare module: string
13
14
override async run() {
15
- if (!this.model) {
+ if (!this.module) {
16
return super.run()
17
}
18
0 commit comments