Skip to content

Commit

Permalink
fix: check and print remaining language servers (#12841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcohol authored Feb 12, 2025
1 parent c3e9a0d commit d8c4c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helix-term/src/health.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))?;
}
}

Expand Down

0 comments on commit d8c4c7c

Please sign in to comment.