mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Update boo
This commit is contained in:
@@ -166,6 +166,7 @@ public:
|
|||||||
_recursivePrint(0, rep);
|
_recursivePrint(0, rep);
|
||||||
hecl::Printf(_S("\n"));
|
hecl::Printf(_S("\n"));
|
||||||
}
|
}
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
if (continuePrompt())
|
if (continuePrompt())
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ public:
|
|||||||
|
|
||||||
for (auto& item : m_selectedItems)
|
for (auto& item : m_selectedItems)
|
||||||
hecl::Printf(_S(" %s\n"), item.getRelativePath().data());
|
hecl::Printf(_S(" %s\n"), item.getRelativePath().data());
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
if (continuePrompt())
|
if (continuePrompt())
|
||||||
{
|
{
|
||||||
|
|||||||
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: 3d987b6dc9...93c787dcd4
@@ -406,7 +406,9 @@ Connection::Connection(int verbosityLevel)
|
|||||||
auto lk = logvisor::LockLog();
|
auto lk = logvisor::LockLog();
|
||||||
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
|
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
|
||||||
nBytesRead, &nCharsWritten, NULL))
|
nBytesRead, &nCharsWritten, NULL))
|
||||||
BlenderLog.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
{
|
||||||
|
//BlenderLog.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CloseHandle(consoleOutRead);
|
CloseHandle(consoleOutRead);
|
||||||
|
|||||||
@@ -869,7 +869,9 @@ int RunProcess(const SystemChar* path, const SystemChar* const args[])
|
|||||||
auto lk = logvisor::LockLog();
|
auto lk = logvisor::LockLog();
|
||||||
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
|
if (!WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), lpBuffer,
|
||||||
nBytesRead, &nCharsWritten, NULL))
|
nBytesRead, &nCharsWritten, NULL))
|
||||||
LogModule.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
{
|
||||||
|
//LogModule.report(logvisor::Error, "Error with WriteConsole: %08X", GetLastError());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CloseHandle(consoleOutRead);
|
CloseHandle(consoleOutRead);
|
||||||
|
|||||||
Reference in New Issue
Block a user