You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing a really good example on how to use fastify. I had a question about this FAQ on try / catch.
I noticed errors getting lost during autoload. Using try / catch, I was able to surface the error to understand what was going on. Granted that it was a DEV scenario but I was wondering if there are any insights on whether try catch should be omitted while using autoloader.
The text was updated successfully, but these errors were encountered:
Thank you for sharing a really good example on how to use fastify. I had a question about this FAQ on try / catch.
I noticed errors getting lost during autoload. Using try / catch, I was able to surface the error to understand what was going on. Granted that it was a DEV scenario but I was wondering if there are any insights on whether try catch should be omitted while using autoloader.
The text was updated successfully, but these errors were encountered: