Skip to content

Commit

Permalink
not a zombie
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 19, 2011
1 parent 50b3a89 commit d55c350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.standalone.restart.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ cluster.on('listening', function(){
if (ppid) return cluster.close();
cluster.restart();
setTimeout(function() {
throw new Error('Initial master process has turned into a zombie!');
throw new Error('Failed to kill parent master');
}, 3000);
});

0 comments on commit d55c350

Please sign in to comment.