Skip to content

Commit

Permalink
fix think-cluster in the node v7 version of the problem, for more det…
Browse files Browse the repository at this point in the history
  • Loading branch information
berwin committed May 17, 2017
1 parent 1ec6539 commit 7805359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Agent {
server.on('error', () => {
server.close();
});
server.listen('', '127.0.0.1');
server.listen(0, '127.0.0.1');
return server;
}
/**
Expand Down

0 comments on commit 7805359

Please # to comment.