We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8a883 commit e3fd798Copy full SHA for e3fd798
1 file changed
src/client/cli/cmd/animated_spinner.cpp
@@ -56,7 +56,7 @@ void mp::AnimatedSpinner::start(const std::string& start_message)
56
t = std::thread(&AnimatedSpinner::draw, this);
57
}
58
else
59
- cout << start_message << std::flush;
+ cout << start_message << std::endl;
60
61
62
0 commit comments