Skip to content

Commit

Permalink
nag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil authored May 2, 2020
1 parent c21318d commit efe9ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ each time .then() is used is a common source of hard-to-debug issues, technical
> The extra layer of protection is just that-- it's here to help prevent issues
> stemming from the myriad runtime edge cases it's almost impossible to anticipate
> when building a production-ready web application.
>
> The best choice is to not use `.exec()` at all. Use `await`.
#### Tolerating errors
Expand Down

0 comments on commit efe9ae0

Please sign in to comment.