Skip to content

Commit 985a57d

Browse files
committed
Fix eslint warning
1 parent 90ebf9d commit 985a57d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/patch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ process.stdout.write = msg => {
1515
}
1616

1717
// Ignore total output since we only have one browser:
18+
// eslint-disable-next-line no-control-regex
1819
if (msg.match(/\u001b\[32mTOTAL: /)) return;
1920

2021
return write.call(process.stdout, msg);

0 commit comments

Comments
 (0)