From 7fc6f4902a48a83a341d4384dcce251ffbd06151 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 4 Jan 2024 11:27:13 +0530 Subject: [PATCH] fix(ci): copyright year for console_test.ts (#21787) Missed in https://github.com/denoland/deno/commit/b2cd254c35b6b1b128beea0eacdb8e814d91e003#diff-0c2dcdd1ce20382e6ddefe52956cf2f570f18063cf09067f8a7ca44abaf33122 --- cli/tests/unit_node/console_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/unit_node/console_test.ts b/cli/tests/unit_node/console_test.ts index 583e98e229..00765f213a 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";