Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaplew committed Dec 18, 2019
1 parent a40f6a8 commit c98d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/squirrel.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function run(opts) {
}

cluster.on("exit", (worker, code, signal) => {
// Retart the worker
// Restart the worker
var worker = cluster.fork();
console.log(`worker ${worker.process.pid} died and has been replaced by ${worker.process.pid}`);
});
Expand Down

0 comments on commit c98d773

Please sign in to comment.