mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
fix
This commit is contained in:
parent
f29db8a1ae
commit
fe326df0db
@ -325,9 +325,8 @@ impl Inner {
|
||||
let maybe_config =
|
||||
crate::config_file::discover_from(&root_path, &mut checked)?;
|
||||
Ok(maybe_config.map(|c| {
|
||||
let s = c.specifier.clone();
|
||||
lsp_log!(" Auto-resolved configuration file: \"{}\"", s);
|
||||
(c, s)
|
||||
lsp_log!(" Auto-resolved configuration file: \"{}\"", c.specifier);
|
||||
c
|
||||
}))
|
||||
} else {
|
||||
Ok(None)
|
||||
|
Loading…
Reference in New Issue
Block a user