diff options
Diffstat (limited to 'cli/lsp/mod.rs')
-rw-r--r-- | cli/lsp/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/mod.rs b/cli/lsp/mod.rs index 2f9cfb0bf..bc2323f12 100644 --- a/cli/lsp/mod.rs +++ b/cli/lsp/mod.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::error::AnyError; use deno_core::unsync::spawn; |