@@ -137,8 +137,8 @@ namespace FlaxEngine
|
||||
{
|
||||
Debug.LogError($"Unhandled Exception: {exception.Message}");
|
||||
Debug.LogException(exception);
|
||||
if (e.IsTerminating && !System.Diagnostics.Debugger.IsAttached)
|
||||
Platform.Fatal($"Unhandled Exception: {exception}");
|
||||
//if (e.IsTerminating && !System.Diagnostics.Debugger.IsAttached)
|
||||
// Platform.Fatal($"Unhandled Exception: {exception}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user