Skip to content

Commit

Permalink
Fix compile for run
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 20, 2024
1 parent 51592e3 commit acff235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ program.command('run')
.option('-g, --game', 'sets the program as a game', false)
.option('-v, --verbose', 'print debugging information', false)
.option('-d, --startDiagram', 'activate the dynamic diagram (only for games)', false)
.action(run)
.action((programFQN, options) => { run(programFQN, options) })

program.command('test')
.description('Run Wollok tests')
Expand Down

0 comments on commit acff235

Please sign in to comment.