Skip to content

Commit be0571d

Browse files
Merge branch 'master' into fix/global_field
2 parents 215e649 + 42520a9 commit be0571d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/tsgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
4848

4949
async run() {
5050
try {
51-
const {flags} = this.parse(TypeScriptCodeGeneratorCommand)
51+
const {flags} = await this.parse(TypeScriptCodeGeneratorCommand)
5252

5353
const token = this.getToken(flags['token-alias'])
5454
const prefix = flags.prefix

0 commit comments

Comments
 (0)