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
While I understand that the intent is to silence asynchronous errors, this also suppresses all exceptions. It made debugging a bit challenging for me as I am not deeply familiar with JavaScript. It might be helpful to add an option or warning for this behavior and some guidance on error logging.
I suggest keeping this behavior as default, and adding an option to disable the error suppression (perhaps using process.removeListener).
The text was updated successfully, but these errors were encountered:
@lanvent writes (#85)
I suggest keeping this behavior as default, and adding an option to disable the error suppression (perhaps using
process.removeListener
).The text was updated successfully, but these errors were encountered: