diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-11 14:54:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 14:54:10 +1000 |
commit | 81f8585643faf42edab45f9e8604a0c1d9c7486a (patch) | |
tree | 5c54fa0ac866786cabf83be34f49b96038b88e25 /cli/lsp/mod.rs | |
parent | 2b8bac3c85d90de44c00677b015f69fd445c1489 (diff) |
feat(lsp): add internal debugging logging (#10438)
Ref: #10368
Diffstat (limited to 'cli/lsp/mod.rs')
-rw-r--r-- | cli/lsp/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/mod.rs b/cli/lsp/mod.rs index 5bbc230d0..9d9c1ff86 100644 --- a/cli/lsp/mod.rs +++ b/cli/lsp/mod.rs @@ -1,4 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. + use deno_core::error::AnyError; use lspower::LspService; use lspower::Server; |