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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
I've brought this up before but I can't find the issue, or if/why it was denied, but anyway I think we could do a lot better with network related error reporting:
Error: connect ECONNREFUSED
at errnoException (net.js:901:11)
at Object.afterConnect [as oncomplete] (net.js:892:19)
isn't overly informative, it would be awesome if (when available) we tack on some information, host/port etc. It's easy to argue that when you receive the error you should be printing it or doing something with it in a way that makes the message more useful, but it certainly wouldn't hurt for cases where you just use a console.error(err.stack) etc