Skip to content

Commit

Permalink
tools: delete an unused argument
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
phisixersai authored and tniessen committed Aug 16, 2017
1 parent 620ba41 commit 2e91d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if (cluster.isMaster) {

if (showProgress) {
// Start the progress display update timer when the first worker is ready
cluster.once('online', function(worker) {
cluster.once('online', function() {
startTime = process.hrtime();
setInterval(printProgress, 1000).unref();
printProgress();
Expand Down

0 comments on commit 2e91d8d

Please sign in to comment.