Skip to content

Commit

Permalink
3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhoff committed Jan 25, 2018
1 parent be81c4f commit f266347
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/getstream.js
Expand Up @@ -464,7 +464,7 @@ return /******/ (function(modules) { // webpackBootstrap
if (error) {
reject(new errors.StreamApiError('' + error, body, response));
} else if (!/^2/.test('' + response.statusCode)) {
reject(new errors.StreamApiError('' + error, body, response));
reject(new errors.StreamApiError(body + ' with HTTP status code ' + response.statusCode, body, response));
} else {
fulfill(body);
}
Expand Down

0 comments on commit f266347

Please sign in to comment.