Skip to content

Commit

Permalink
logs: Flush buffer automatically (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC authored Aug 27, 2024
1 parent 01a63fc commit a46cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};

0 comments on commit a46cd0b

Please sign in to comment.