Skip to content

Commit

Permalink
Removed process exit on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed Apr 25, 2019
1 parent ee529c7 commit 5eae772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/logIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ ${prefix} ${message}
*/
export const fail = (message:string) => {
end(message, true);
process.exit(1);
}

0 comments on commit 5eae772

Please sign in to comment.