Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:cprieto/learningnode
  • Loading branch information
cprieto committed Nov 25, 2015
2 parents 19fbb1c + 9cd5f8a commit caa9b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter04/ex/zmq-filer-rep-cluster-bid.js
Expand Up @@ -37,7 +37,7 @@ if (cluster.isMaster) {
console.log('Worker ready: ' + worker.process.pid);
});

process.on('SIGINTg', function() {
process.on('SIGINT', function() {
output.close();
input.close();
});
Expand Down

0 comments on commit caa9b7e

Please sign in to comment.