Skip to content

Commit

Permalink
fix(command): stop bisect err escape from moving up a line
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Aug 29, 2024
1 parent 2415064 commit 7c6c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/bisect.cr
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module Crimson::Commands
count += 1
end

STDERR << "\e[F\e[?25h\e[2K"
STDERR << "\e[?25h\e[2K\r"

results.each do |(version, result)|
STDOUT << version << ""
Expand Down

0 comments on commit 7c6c242

Please sign in to comment.