Browse Source

Remove 'report this bug' message from cluster master

v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
0fa3cf94a3
  1. 1
      lib/cluster.js

1
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);
});
}

Loading…
Cancel
Save