summaryrefslogtreecommitdiff
path: root/cli/bench/async_ops.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/async_ops.js')
-rw-r--r--cli/bench/async_ops.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/async_ops.js b/cli/bench/async_ops.js
index f6c1465d2..5a21af5c8 100644
--- a/cli/bench/async_ops.js
+++ b/cli/bench/async_ops.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
let [total, count] = typeof Deno !== "undefined"
? Deno.args