[*] Harden consoletty from exceptions
This commit is contained in:
parent
66eca9ff8f
commit
2e06094e46
@ -2414,7 +2414,14 @@ namespace Aurora::Console::ConsoleTTY
|
||||
AuThreading::Sleep(1000 / 20);
|
||||
}
|
||||
#endif
|
||||
gTTYConsole.Pump();
|
||||
try
|
||||
{
|
||||
gTTYConsole.Pump();
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
SysPushErrorCatch();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user