Skip to content

Commit 1d6010f

Browse files
committed
MJS-18 added missing line
1 parent 234bc15 commit 1d6010f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ generator.generate({
4949
templates: program.templates ? path.resolve(process.cwd(), program.templates) : undefined,
5050
curl: program.curl,
5151
template,
52-
skipExistingFiles: program.skipExistingFiles
52+
skipExistingFiles: program.skipExistingFiles
53+
}).then(() => {
5354
console.log(green('Done! ✨'));
5455
console.log(yellow('Check out your shiny new API at ') + magenta(program.output) + yellow('.'));
5556
}).catch(err => {

0 commit comments

Comments
 (0)