httplease-retry
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -24,2 +24,3 @@ 'use strict'; | ||
if (attempts >= maxAttempts || !shouldRetryFn({error, attempts, requestConfig})) { | ||
error.totalFailedAttempts = attempts; | ||
throw error; | ||
@@ -26,0 +27,0 @@ } |
{ | ||
"name": "httplease-retry", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Retry filter for httplease", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5323
36