Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(cache): oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 1, 2017
1 parent a24e599 commit e3fa15a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ function remoteFetch (uri, opts) {
} else {
return retryHandler(res)
}
} else {
return res
}
})
} else if (res.status >= 500) {
Expand Down

0 comments on commit e3fa15a

Please sign in to comment.