mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
logs: Flush buffer automatically (#88)
This commit is contained in:
parent
01a63fcf5a
commit
a46cd0bb05
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ namespace Debug {
|
|||
std::cout << "] ";
|
||||
}
|
||||
|
||||
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
|
||||
std::cout << std::vformat(fmt, std::make_format_args(args...)) << std::endl;
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue