mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
fix: check and print remaining language servers (#12841)
This commit is contained in:
parent
c3e9a0d607
commit
d8c4c7c26f
1 changed files with 1 additions and 2 deletions
|
@ -224,8 +224,7 @@ pub fn languages_all() -> std::io::Result<()> {
|
|||
|
||||
for cmd in cmds {
|
||||
write!(stdout, "{}", fit(""))?;
|
||||
check_binary(Some(cmd));
|
||||
writeln!(stdout)?;
|
||||
writeln!(stdout, "{}", check_binary(Some(cmd)))?;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue