We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63cd82 commit debea1cCopy full SHA for debea1c
tools/jslint.js
@@ -120,7 +120,7 @@ if (cluster.isMaster) {
120
121
if (showProgress) {
122
// Start the progress display update timer when the first worker is ready
123
- cluster.once('online', function(worker) {
+ cluster.once('online', function() {
124
startTime = process.hrtime();
125
setInterval(printProgress, 1000).unref();
126
printProgress();
0 commit comments