mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +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 {
|
for cmd in cmds {
|
||||||
write!(stdout, "{}", fit(""))?;
|
write!(stdout, "{}", fit(""))?;
|
||||||
check_binary(Some(cmd));
|
writeln!(stdout, "{}", check_binary(Some(cmd)))?;
|
||||||
writeln!(stdout)?;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue