mirror of https://github.com/nodejs/node.git
Remove 'report this bug' message from cluster master
parent
da9bf0ee80
commit
0fa3cf94a3
|
@ -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…
Reference in New Issue