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