Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
tools: delete an unused argument
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#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 MSLaguana committed Aug 21, 2017
1 parent 51af17b commit ae035c6
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 ae035c6

Please sign in to comment.