Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove 'report this bug' message from cluster master
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 9, 2011
1 parent da9bf0e commit 0fa3cf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cluster.js
Expand Up @@ -87,7 +87,6 @@ function startMaster() {

console.error("Exception in cluster master process: " +
e.message + '\n' + e.stack);
console.error("Please report this bug.");
process.exit(1);
});
}
Expand Down

0 comments on commit 0fa3cf9

Please sign in to comment.