79225165

Date: 2024-11-26 02:49:51
Score: 2
Natty:
Report link

This is quite logical, you really cannot catch an exception thrown in a function called asynchronously. One obvious way could be catching it using a await call instead, but it may defeat the purpose of the asynchronous mechanism. For the review of some alternatives, please see this old good Stackoverflow answer.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sergey A Kryukov