diff options
Diffstat (limited to 'cli/bench/op_now.js')
-rw-r--r-- | cli/bench/op_now.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/bench/op_now.js b/cli/bench/op_now.js index bcc3ea3c5..7c1427c80 100644 --- a/cli/bench/op_now.js +++ b/cli/bench/op_now.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" |