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
is there a chance of adding a better errors handling for the async code?
I.e. such that would not require adding global handler for uncaughtException or unhandledRejection?
Adding such global handler causes that some errors, that in fact should cause the system to crash and be fixed asap (the "fail fast" principle) will be swallowed...
The text was updated successfully, but these errors were encountered:
Hey,
is there a chance of adding a better errors handling for the async code?
I.e. such that would not require adding global handler for
uncaughtException
orunhandledRejection
?Adding such global handler causes that some errors, that in fact should cause the system to crash and be fixed asap (the "fail fast" principle) will be swallowed...
The text was updated successfully, but these errors were encountered: