Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Missing semicolon
  • Loading branch information
Olegas committed Apr 27, 2015
commit 220e3d3179c477c7159ac541b3250b27967281cb
2 changes: 1 addition & 1 deletion test/parallel/test-cluster-debugport-overflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (process.argv[2] == 'master') {
if (cluster.isMaster) {
cluster.fork().on('exit', function(code) {
process.exit(code);
})
});
} else {
process.exit(42);
}
Expand Down