Flush more output :P
This commit is contained in:
parent
32295009e0
commit
44b2facee6
@ -23,6 +23,7 @@ namespace Components
|
|||||||
if (Flags::HasFlag("stdout"))
|
if (Flags::HasFlag("stdout"))
|
||||||
{
|
{
|
||||||
printf("%s", buffer);
|
printf("%s", buffer);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
else if (Logger::IsConsoleReady())
|
else if (Logger::IsConsoleReady())
|
||||||
{
|
{
|
||||||
@ -41,6 +42,7 @@ namespace Components
|
|||||||
if (Loader::PerformingUnitTests())
|
if (Loader::PerformingUnitTests())
|
||||||
{
|
{
|
||||||
printf("%s", buffer);
|
printf("%s", buffer);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputDebugStringA(buffer);
|
OutputDebugStringA(buffer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user