summaryrefslogtreecommitdiff
path: root/cli/bench/write_file.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/write_file.js')
-rw-r--r--cli/bench/write_file.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/bench/write_file.js b/cli/bench/write_file.js
index 104a23a8d..747503ce2 100644
--- a/cli/bench/write_file.js
+++ b/cli/bench/write_file.js
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-
-// deno-lint-ignore-file no-console
+// deno-lint-ignore-file no-console no-process-globals
const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
let [total, count] = typeof Deno !== "undefined"