Skip to content

Commit

Permalink
Merge pull request #3 from wearrrrr/master
Browse files Browse the repository at this point in the history
Remove generic error handler in rammerhead
  • Loading branch information
MotorTruck1221 authored Oct 6, 2024
2 parents 7d4a142 + 088ee26 commit f503bea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rammerhead/src/util/addMoreErrorGuards.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ process.on('uncaughtException', (err) => {
) {
// crash avoided!
console.error('Avoided crash:' + err.message);
} else {
// probably a TypeError or something important
console.error('About to throw: ' + err.message);
//throw new Error(err.message);
}
});

0 comments on commit f503bea

Please sign in to comment.