Merge branch 'master' into Patron

This commit is contained in:
John Gross
2019-09-19 11:34:09 -07:00
7 changed files with 111 additions and 14 deletions

View File

@@ -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)