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

Fix the connection error test to work with NodeJS 12.x #543

Merged
merged 2 commits into from
Nov 10, 2019

Conversation

ankon
Copy link
Contributor

@ankon ankon commented Nov 5, 2019

NodeJS 12.x removed the (useless) 'host:port' part of the connection errors with
nodejs/node#26751, adapt the code here to check with a pattern
that handles both NodeJS 12.x and earlier versions.

ankon and others added 2 commits November 5, 2019 17:33
NodeJS 12.x removed the (useless) 'host:port' part of the connection errors with
nodejs/node#26751, adapt the code here to check with a pattern
that handles both NodeJS 12.x and earlier versions.
@Nevon Nevon merged commit d6e2533 into tulios:master Nov 10, 2019
@ankon ankon deleted the pr/support-nodejs-12.x branch November 10, 2019 22:08
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.

2 participants