From efe9ae09aeb6b8ad77acc6dc4cbbba9e9f2c85e6 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 1 May 2020 19:38:53 -0500 Subject: [PATCH] nag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3614c96..4d4196b 100644 --- a/README.md +++ b/README.md @@ -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