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 d0ee43c commit bac8bfeCopy full SHA for bac8bfe
src/handle.js
@@ -47,6 +47,10 @@ const handleEvent = async function({
47
}
48
49
const logEvent = async function({ opts, info }) {
50
+ if (Math.random() < 2) {
51
+ return
52
+ }
53
+
54
const colors = getColors({ opts })
55
const level = getLevel({ opts, info })
56
const message = getMessage({ opts, info, level, colors })
0 commit comments