Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created January 4, 2023 19:13
Show Gist options
  • Save deleteman/503e032b52d066d362f083c32d1a0b95 to your computer and use it in GitHub Desktop.
Save deleteman/503e032b52d066d362f083c32d1a0b95 to your computer and use it in GitHub Desktop.
try {
const result = await asyncAction();
} catch (err) {
console.log(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment