diff options
Diffstat (limited to 'ext/console/lib.rs')
-rw-r--r-- | ext/console/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/lib.rs b/ext/console/lib.rs index 87791303c..fd4d917d8 100644 --- a/ext/console/lib.rs +++ b/ext/console/lib.rs @@ -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. use deno_core::op2; use deno_core::v8; use std::path::PathBuf; |