logs: Flush buffer automatically (#88)

This commit is contained in:
BBaoVanC 2024-08-27 14:01:19 -05:00 committed by GitHub
parent 01a63fcf5a
commit a46cd0bb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
};