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/minipass-fetch/lib/index.js')
-rw-r--r--node_modules/minipass-fetch/lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/minipass-fetch/lib/index.js b/node_modules/minipass-fetch/lib/index.js
index 725846565..591891240 100644
--- a/node_modules/minipass-fetch/lib/index.js
+++ b/node_modules/minipass-fetch/lib/index.js
@@ -146,7 +146,7 @@ const fetch = (url, opts) => {
// HTTP-redirect fetch step 5
if (request.counter >= request.follow) {
reject(new FetchError(`maximum redirect reached at: ${
- request.url}`, 'max-redirect'));
+ request.url}`, 'max-redirect'))
finalize()
return
}