2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Update boo

This commit is contained in:
Jack Andersen
2018-01-21 12:03:48 -10:00
parent d3e1829994
commit f546400cc1
5 changed files with 9 additions and 3 deletions

View File

@@ -869,7 +869,9 @@ int RunProcess(const SystemChar* path, const SystemChar* const args[])
auto lk = logvisor::LockLog();
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
nBytesRead, &nCharsWritten, NULL))
LogModule.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
{
//LogModule.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
}
}
CloseHandle(consoleOutRead);