summaryrefslogtreecommitdiff
path: root/cli/bench/tty.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/tty.js')
-rw-r--r--cli/bench/tty.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/tty.js b/cli/bench/tty.js
index 62319c71f..248a90113 100644
--- a/cli/bench/tty.js
+++ b/cli/bench/tty.js
@@ -1,4 +1,7 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
+// deno-lint-ignore-file no-console
+
const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
let [total, count] = typeof Deno !== "undefined"
? Deno.args