We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc15a6 commit e895a54Copy full SHA for e895a54
1 file changed
src/btop.cpp
@@ -1200,7 +1200,7 @@ static auto configure_tty_mode(std::optional<bool> force_tty) {
1200
}
1201
1202
catch (const std::exception& e) {
1203
- Global::exit_error_msg = fmt::format("Exception in main loop -> ", e.what());
+ Global::exit_error_msg = fmt::format("Exception in main loop -> {}", e.what());
1204
clean_quit(1);
1205
1206
return 0;
0 commit comments