Flush more output :P
This commit is contained in:
parent
32295009e0
commit
44b2facee6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user