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