[*] Win32: fix regression in error handling (after: ce424388
?)
This commit is contained in:
parent
1783202384
commit
80faead53f
@ -217,7 +217,6 @@ namespace Aurora::Debug
|
||||
if (AuExchange(bRunOnce, true))
|
||||
{
|
||||
Telemetry::Mayday();
|
||||
PlatformHandleFatal(true);
|
||||
}
|
||||
|
||||
ParseStack(ExceptionInfo->ContextRecord, backtrace);
|
||||
@ -290,6 +289,10 @@ namespace Aurora::Debug
|
||||
{
|
||||
PlatformHandleFatal(true, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
PlatformHandleFatal(false);
|
||||
}
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user