fix(ci): copyright year for console_test.ts (#21787)

Missed in
b2cd254c35 (diff-0c2dcdd1ce20382e6ddefe52956cf2f570f18063cf09067f8a7ca44abaf33122)
This commit is contained in:
Divy Srivastava 2024-01-04 11:27:13 +05:30 committed by GitHub
parent b2cd254c35
commit 7fc6f4902a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";