Flush more output :P

This commit is contained in:
momo5502 2016-03-12 00:14:55 +01:00
parent 32295009e0
commit 44b2facee6

View File

@ -23,6 +23,7 @@ namespace Components
if (Flags::HasFlag("stdout"))
{
printf("%s", buffer);
fflush(stdout);
}
else if (Logger::IsConsoleReady())
{
@ -41,6 +42,7 @@ namespace Components
if (Loader::PerformingUnitTests())
{
printf("%s", buffer);
fflush(stdout);
}
OutputDebugStringA(buffer);