diff options
Diffstat (limited to 'cli/bench/getrandom.js')
-rw-r--r-- | cli/bench/getrandom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/getrandom.js b/cli/bench/getrandom.js index 810fa4a71..87149afeb 100644 --- a/cli/bench/getrandom.js +++ b/cli/bench/getrandom.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. let [total, count] = typeof Deno !== "undefined" ? Deno.args : [process.argv[2], process.argv[3]]; |