Skip to content

Commit ee1b254

Browse files
committed
fixup! config: some implementation refactoring (#304)
1 parent 9bb4e5f commit ee1b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function parse_config_dict(config_dict::AbstractDict{String}, filepath::Union{No
6868
unknown_keys = collect_unmatched_keys(to_untyped_config_dict(config_dict))
6969
if !isempty(unknown_keys)
7070
if isnothing(filepath)
71-
return unmatched_keys_in_config_file_msg(unknown_keys)
71+
return unmatched_keys_in_lsp_config_msg(unknown_keys)
7272
else
7373
return unmatched_keys_in_config_file_msg(filepath, unknown_keys)
7474
end

0 commit comments

Comments
 (0)