Skip to content

Commit f799e44

Browse files
committed
fixup! benchmark: add validateStream to styleText bench
1 parent 23812f5 commit f799e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/style-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function main({ messageType, format, validateStream, n }) {
3030

3131
bench.start();
3232
for (let i = 0; i < n; i++) {
33-
let colored = ''
33+
let colored = '';
3434
try {
3535
colored = util.styleText(format, str, { validateStream });
3636
assert.ok(colored); // Attempt to avoid dead-code elimination

0 commit comments

Comments
 (0)