Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reverted another Prettier edit
  • Loading branch information
Ethan-Arrowood committed Oct 6, 2017
commit d0c43eb29d450b9b77f1a0cb1d6816c1a54d82e0
3 changes: 2 additions & 1 deletion tools/lint-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ if (cluster.isMaster) {
printProgress();
outFn('\r\n');
}
if (code === 0) process.exit(failures ? 1 : 0);
if (code === 0)
process.exit(failures ? 1 : 0);
});

for (i = 0; i < numCPUs; ++i)
Expand Down