mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Update boo
This commit is contained in:
@@ -406,7 +406,9 @@ Connection::Connection(int verbosityLevel)
|
||||
auto lk = logvisor::LockLog();
|
||||
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
|
||||
nBytesRead, &nCharsWritten, NULL))
|
||||
BlenderLog.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
||||
{
|
||||
//BlenderLog.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
||||
}
|
||||
}
|
||||
|
||||
CloseHandle(consoleOutRead);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user