From 0fa3cf94a3861765b95114f6b33b455d0d5bfdf9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 8 Nov 2011 17:07:49 -0800 Subject: [PATCH] Remove 'report this bug' message from cluster master --- lib/cluster.js | 1 - 1 file changed, 1 deletion(-) 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); }); }