Skip to content

Commit

Permalink
fix: style on runner::spinner with simple output
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 12, 2024
1 parent 2c202b8 commit 94cfb28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ function runner::load_test_files() {
}

function runner::spinner() {
printf "\n"
if env::is_simple_output_enabled; then
printf "\n"
fi

local delay=0.1
local spin_chars="|/-\\"
while true; do
Expand Down

0 comments on commit 94cfb28

Please sign in to comment.