diff --git a/lib/cluster.js b/lib/cluster.js index 807ce8044aa..359fc813d92 100644 --- a/lib/cluster.js +++ b/lib/cluster.js @@ -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); }); }