Remove 'report this bug' message from cluster master

v0.7.4-release
Ryan Dahl 2011-11-08 17:07:49 -08:00
parent da9bf0ee80
commit 0fa3cf94a3
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ function startMaster() {
console.error("Exception in cluster master process: " + console.error("Exception in cluster master process: " +
e.message + '\n' + e.stack); e.message + '\n' + e.stack);
console.error("Please report this bug.");
process.exit(1); process.exit(1);
}); });
} }