Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: more useful error messages on worker uncaughts
Browse files Browse the repository at this point in the history
lucasmarshall committed Dec 19, 2023
1 parent 1e10bed commit 615ebb8
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/sync-worker/index.ts
Original file line number Diff line number Diff line change
@@ -93,7 +93,6 @@ async function run() {
}

run().catch((err) => {
// eslint-disable-next-line no-console
console.error(err);
logger.error({ err }, 'Uncaught error in worker, exiting');
process.exit(1);
});

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 615ebb8

Please sign in to comment.