Skip to content

Commit 0fa3cf9

Browse files
committed
Remove 'report this bug' message from cluster master
1 parent da9bf0e commit 0fa3cf9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/cluster.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function startMaster() {
8787

8888
console.error("Exception in cluster master process: " +
8989
e.message + '\n' + e.stack);
90-
console.error("Please report this bug.");
9190
process.exit(1);
9291
});
9392
}

0 commit comments

Comments
 (0)