Skip to content

Commit

Permalink
fixes #56 as process.exit does not wait for stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
palashkulsh authored and germanrcuriel committed Mar 30, 2020
1 parent e5bf055 commit bb6487d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/jira.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ requirejs([
console.log(err.toString());
process.exit(1);
}
process.exit(0);
}

program
Expand Down

0 comments on commit bb6487d

Please sign in to comment.