-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More details on errors from node client #198
Conversation
@@ -48,10 +49,14 @@ module.exports = function(config){ | |||
} | |||
|
|||
makePostRequest(serverRendering.components, options, function(error, responses){ | |||
if(!!error || !responses || _.isEmpty(responses)){ | |||
if(!!error || !responses || _.isEmpty(responses)){ console.log(error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that console.log
supposed to be there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, no, thanks 💃
LGTM 👍 |
More details on errors from node client
Thanks @andyroyle |
@matteofigus didn't manage to do it in time, but it's hard to compete with @andyroyle :P |
Second part of #191.
If all is green, can you review and merge @pbazydlo ?