Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-retry-allowed/index.js')
-rw-r--r--node_modules/is-retry-allowed/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/node_modules/is-retry-allowed/index.js b/node_modules/is-retry-allowed/index.js
index 663ee338f..3bab6c16b 100644
--- a/node_modules/is-retry-allowed/index.js
+++ b/node_modules/is-retry-allowed/index.js
@@ -6,7 +6,9 @@ var WHITELIST = [
'EADDRINUSE',
'ESOCKETTIMEDOUT',
'ECONNREFUSED',
- 'EPIPE'
+ 'EPIPE',
+ 'EHOSTUNREACH',
+ 'EAI_AGAIN'
];
var BLACKLIST = [