diff options
Diffstat (limited to 'cli/bench/write_file.js')
-rw-r--r-- | cli/bench/write_file.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/write_file.js b/cli/bench/write_file.js index ab1e2280e..104a23a8d 100644 --- a/cli/bench/write_file.js +++ b/cli/bench/write_file.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 |