diff --git a/Import/Vlpp.Linux.cpp b/Import/Vlpp.Linux.cpp index 71efc0cc..8ab7effc 100644 --- a/Import/Vlpp.Linux.cpp +++ b/Import/Vlpp.Linux.cpp @@ -31,7 +31,7 @@ Console void Console::Write(const wchar_t* string, vint length) { std::wstring s(string, string + length); - std::wcout << s << std::ends; + std::wcout << s << std::flush; } WString Console::Read()