Skip to content

Commit b0f4539

Browse files
phisixersaiMylesBorins
authored andcommitted
tools: delete an unused argument
PR-URL: #14251 Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0dc9d28 commit b0f4539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/jslint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if (cluster.isMaster) {
120120

121121
if (showProgress) {
122122
// Start the progress display update timer when the first worker is ready
123-
cluster.once('online', function(worker) {
123+
cluster.once('online', function() {
124124
startTime = process.hrtime();
125125
setInterval(printProgress, 1000).unref();
126126
printProgress();

0 commit comments

Comments
 (0)