diff options
Diffstat (limited to 'cli/util/logger.rs')
-rw-r--r-- | cli/util/logger.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/logger.rs b/cli/util/logger.rs index caa027c04..910dbb020 100644 --- a/cli/util/logger.rs +++ b/cli/util/logger.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use std::io::Write; |