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 committed Mar 19, 2020
1 parent 2889b1e commit 812baf2
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 @@ -34,7 +34,6 @@ requirejs([
console.log(err.toString());
process.exit(1);
}
process.exit(0);
}

program
Expand Down

0 comments on commit 812baf2

Please sign in to comment.