Skip to content

Commit 4cfc298

Browse files
committed
Merge branch 'feature/3.1.0' of https://github.com/contentstack/contentstack-cli into feature/3.1.0
2 parents c793e36 + 5cb39d0 commit 4cfc298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/request.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ var makeCall = module.exports = function(req, cb, RETRY) {
5555
}
5656
return request(req, function(err, response, body) {
5757
if (err) {
58+
log(error(err));
5859
return cb(err);
5960
}
6061
var timeDelay;

0 commit comments

Comments
 (0)