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
When throwing an error from a domain that doesn't have an error handler set, and when using --abort-on-uncaught-exception, instead of aborting at the time the error is thrown, node aborts when trying to emit the error event on the domain because there's no handler for that event: