diff options
Diffstat (limited to 'cli/bench/command.js')
-rw-r--r-- | cli/bench/command.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/command.js b/cli/bench/command.js index 04e8456d3..5b7c300d2 100644 --- a/cli/bench/command.js +++ b/cli/bench/command.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. Deno.bench("echo deno", async () => { await new Deno.Command("echo", { args: ["deno"] }).output(); |