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 0dc9d28 commit b0f4539Copy full SHA for b0f4539
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