fix: check and print remaining language servers (#12841)

This commit is contained in:
T. Li 2025-02-12 16:57:25 +01:00 committed by GitHub
parent c3e9a0d607
commit d8c4c7c26f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)))?;
}
}