Skip to content

Commit e3fd798

Browse files
committed
[cli] Avoid joining messages when non-live
1 parent ed8a883 commit e3fd798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/cli/cmd/animated_spinner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void mp::AnimatedSpinner::start(const std::string& start_message)
5656
t = std::thread(&AnimatedSpinner::draw, this);
5757
}
5858
else
59-
cout << start_message << std::flush;
59+
cout << start_message << std::endl;
6060
}
6161
}
6262

0 commit comments

Comments
 (0)