Skip to content

Instantly share code, notes, and snippets.

@kevinvdburgt
Created October 20, 2020 22:34
Show Gist options
  • Save kevinvdburgt/b9634311e37e83a0122539b4807fa2fd to your computer and use it in GitHub Desktop.
Save kevinvdburgt/b9634311e37e83a0122539b4807fa2fd to your computer and use it in GitHub Desktop.
const bootstrap = async (): Promise<void> => {
// Do stuff
});
bootstrap().catch((error: Error) => {
// Send error to sentry or Slack
console.error(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment