Skip to content

Commit

Permalink
Add error -104 ECONNRESET to uv mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob McElrath committed Mar 1, 2017
1 parent 8466524 commit 94ebd78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,9 +1142,10 @@ var errorChromeToUv = {
'-138': 'EACCES',
'-147': 'EADDRINUSE',
'-108': 'EADDRNOTAVAIL',
'-104': 'ECONNRESET',
'-103': 'ECONNABORTED',
'-102': 'ECONNREFUSED',
'-101': 'ECONNRESET',
'-102': 'ENETRESET',
'-101': 'ENETUNREACH',
'-16': 'EEXIST',
'-8': 'EFBIG',
'-109': 'EHOSTUNREACH',
Expand Down

0 comments on commit 94ebd78

Please sign in to comment.