#51 - Restart the server took long time, and dashboard will die

This commit is contained in:
LukePulverenti
2013-03-13 16:23:46 -04:00
parent 3303f30f8a
commit 3dc9cacfad
2 changed files with 15 additions and 3 deletions

View File

@@ -134,6 +134,11 @@ namespace MediaBrowser.ServerApplication
Logger.ErrorException("UnhandledException", exception);
MessageBox.Show("Unhandled exception: " + exception.Message);
if (!Debugger.IsAttached)
{
Environment.Exit(System.Runtime.InteropServices.Marshal.GetHRForException(exception));
}
}
/// <summary>