diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-01-04 11:27:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 00:57:13 -0500 |
commit | 7fc6f4902a48a83a341d4384dcce251ffbd06151 (patch) | |
tree | eb2d680c478616910a8fea8f0fed73eb3dd692f2 /cli/tests/unit_node/console_test.ts | |
parent | b2cd254c35b6b1b128beea0eacdb8e814d91e003 (diff) |
fix(ci): copyright year for console_test.ts (#21787)
Missed in
https://github.com/denoland/deno/commit/b2cd254c35b6b1b128beea0eacdb8e814d91e003#diff-0c2dcdd1ce20382e6ddefe52956cf2f570f18063cf09067f8a7ca44abaf33122
Diffstat (limited to 'cli/tests/unit_node/console_test.ts')
-rw-r--r-- | cli/tests/unit_node/console_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit_node/console_test.ts b/cli/tests/unit_node/console_test.ts index 583e98e22..00765f213 100644 --- a/cli/tests/unit_node/console_test.ts +++ b/cli/tests/unit_node/console_test.ts @@ -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. import vm from "node:vm"; import { stripColor } from "../../../test_util/std/fmt/colors.ts"; |