Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 27, 2015
1 parent 53a63cc commit e32475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-cluster-shared-leak.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (cluster.isMaster) {
worker2 = cluster.fork();
conn = net.connect(common.PORT, common.mustCall(function() {
worker1.disconnect();
worker2.disconnect();
worker2.on('online', common.mustCall(worker2.disconnect));
}));
conn.on('error', function(e) {
// ECONNRESET is OK
Expand Down

0 comments on commit e32475a

Please sign in to comment.