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 Feb 18, 2025. It is now read-only.
I don't know if anyone noticed, sending request to some-simple-test-domain.com which does not resolve will crash the app.
Problem is with req_1.on("error", reject) where reject isn't handled. The fix is below and it will still return response which then can be handled. And more important app will not crash