mirror of https://github.com/helix-editor/helix
fix: check and print remaining language servers (#12841)
parent
c3e9a0d607
commit
d8c4c7c26f
|
@ -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…
Reference in New Issue