We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ebf9d commit 985a57dCopy full SHA for 985a57d
src/lib/patch.js
@@ -15,6 +15,7 @@ process.stdout.write = msg => {
15
}
16
17
// Ignore total output since we only have one browser:
18
+ // eslint-disable-next-line no-control-regex
19
if (msg.match(/\u001b\[32mTOTAL: /)) return;
20
21
return write.call(process.stdout, msg);
0 commit comments