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

Removed error loggin for dns resolve - reject errors only #173

Merged
merged 1 commit into from Jul 31, 2015

Conversation

mdidkivskyi
Copy link
Contributor

No description provided.

@@ -58,7 +67,7 @@
])
.spread(function (ip6, ip4) {
if (ip6.isRejected() && ip4.isRejected()) {
return Vow.reject(new Error(ip6.valueOf().message + ' for ' + hostname));
return Vow.reject(new Error(ip6.valueOf().message + '\r\n' + ip4.valueOf().message));
Copy link
Contributor

Choose a reason for hiding this comment

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

а зачем "\r"?

anton-kotenko added a commit that referenced this pull request Jul 31, 2015
Removed error loggin for dns resolve - reject errors only
@anton-kotenko anton-kotenko merged commit e9c643d into bem-node:master Jul 31, 2015
@mdidkivskyi mdidkivskyi deleted the dns-resolve branch August 4, 2015 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants