mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(ci): copyright year for console_test.ts (#21787)
Missed in
b2cd254c35 (diff-0c2dcdd1ce20382e6ddefe52956cf2f570f18063cf09067f8a7ca44abaf33122)
This commit is contained in:
parent
b2cd254c35
commit
7fc6f4902a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue