Skip to content

Commit

Permalink
Fix error handling and exit process on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Oct 13, 2024
1 parent a9a93b6 commit ab8e602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ try {
}
} catch (err) {
console.error(err);
process.exit(1);
}

0 comments on commit ab8e602

Please sign in to comment.