Merge branch 'master' into Patron
This commit is contained in:
@@ -254,6 +254,7 @@ quit";
|
||||
|
||||
private void HandleException(object sender, UnhandledExceptionEventArgs e)
|
||||
{
|
||||
_server.FatalException = true;
|
||||
var ex = (Exception)e.ExceptionObject;
|
||||
LogException(ex);
|
||||
if (MyFakes.ENABLE_MINIDUMP_SENDING)
|
||||
|
Reference in New Issue
Block a user