Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay Schecker committed Feb 10, 2019
1 parent 49dbd25 commit 0cf845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openapi-generator
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if (args) {
const cmd = exec(command);
cmd.stdout.pipe(process.stdout);
cmd.stderr.pipe(process.stderr);
cmd.on('exit', process.exit)
cmd.on('exit', process.exit);

0 comments on commit 0cf845f

Please sign in to comment.