mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Enable crash log generator.
This commit is contained in:
parent
735eda45ac
commit
1d4b52180a
@ -26,7 +26,7 @@ Module Program
|
||||
Catch ex As Exception
|
||||
_gameCrashed = True
|
||||
Dim informationItem As New Logger.ErrorInformation(ex)
|
||||
|
||||
Logger.LogCrash(ex)
|
||||
Logger.Log(Logger.LogTypes.ErrorMessage, "The game crashed with error ID: " & informationItem.ErrorIDString & " (" & ex.Message & ")")
|
||||
End Try
|
||||
End If
|
||||
@ -41,4 +41,4 @@ Module Program
|
||||
|
||||
End Module
|
||||
|
||||
#End If
|
||||
#End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user