Skip to content

Commit

Permalink
change debug output referenced issue for windows bash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktrom committed Oct 17, 2016
1 parent 90f295d commit 3ecd236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/portfinder.js
Expand Up @@ -424,7 +424,7 @@ exports._defaultHosts = (function() {
//
// - https://github.com/Microsoft/BashOnWindows/issues/468
if (e.syscall === 'uv_interface_addresses') {
debugDefaultHosts("exports._defaultHosts is reverting to dumb logic to account for Windows on Bash bug https://github.com/Microsoft/BashOnWindows/issues/1181. Original Error is: %o", e);
debugDefaultHosts("exports._defaultHosts is reverting to dumb logic to account for Windows on Bash bug https://github.com/Microsoft/BashOnWindows/issues/468. Original Error is: %o", e);
return ['0.0.0.0'];
} else {
throw e;
Expand Down

0 comments on commit 3ecd236

Please sign in to comment.