mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
hyprctl: add a newline after log()
This commit is contained in:
@@ -47,7 +47,7 @@ void log(std::string str) {
|
||||
if (quiet)
|
||||
return;
|
||||
|
||||
std::cout << str;
|
||||
std::cout << str << "\n";
|
||||
}
|
||||
|
||||
std::string getRuntimeDir() {
|
||||
|
Reference in New Issue
Block a user