1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
This commit is contained in:
Ryan Dahl 2022-01-17 18:46:16 -05:00
parent f29db8a1ae
commit fe326df0db

View file

@ -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)