Skip to content
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

Merged
merged 4 commits into from
Mar 8, 2016
Merged

More details on errors from node client #198

merged 4 commits into from
Mar 8, 2016

Conversation

matteofigus
Copy link
Member

Second part of #191.

If all is green, can you review and merge @pbazydlo ?

@matteofigus matteofigus removed the wip label Mar 8, 2016
@@ -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);
Copy link
Collaborator

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, no, thanks 💃

@andyroyle
Copy link
Collaborator

LGTM 👍

andyroyle added a commit that referenced this pull request Mar 8, 2016
More details on errors from node client
@andyroyle andyroyle merged commit 74b407f into master Mar 8, 2016
@matteofigus matteofigus deleted the error-messages branch March 8, 2016 17:03
@matteofigus
Copy link
Member Author

Thanks @andyroyle

@pbazydlo
Copy link
Collaborator

pbazydlo commented Mar 8, 2016

@matteofigus didn't manage to do it in time, but it's hard to compete with @andyroyle :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants