Skip to content

Commit

Permalink
Added a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMadero committed Oct 6, 2012
1 parent e0bb6ec commit e2f0753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cluster/worker.js
Expand Up @@ -82,6 +82,7 @@ Worker.prototype = new (function () {
this.isOpen(port, hostname, function (isOpen) { this.isOpen(port, hostname, function (isOpen) {
if (isOpen) { if (isOpen) {
console.log("The port " + port + " is already in use."); console.log("The port " + port + " is already in use.");
// TODO: abort
} }
else{ else{
self.server.listen(port, hostname, function () { self.server.listen(port, hostname, function () {
Expand Down

0 comments on commit e2f0753

Please sign in to comment.