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

Commit

Permalink
chore: more useful error messages on worker uncaughts (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall committed Dec 19, 2023
1 parent 1e10bed commit 9adfcb6
Show file tree
Hide file tree
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
Expand Up @@ -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.

1 comment on commit 9adfcb6

@vercel
Copy link

@vercel vercel bot commented on 9adfcb6 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supaglue-docs – ./docs

docs.supaglue.com
supaglue-docs-supaglue.vercel.app
supaglue-docs-git-main-supaglue.vercel.app

Please sign in to comment.