added more startup error handling

This commit is contained in:
Luke Pulverenti 2013-10-20 21:02:52 -04:00
parent 90ab389bed
commit 2456a66e85

View file

@ -122,7 +122,7 @@ namespace MediaBrowser.ServerApplication
{
return string.Equals(runningPath, i.MainModule.FileName) && currentProcess.Id != i.Id;
}
catch (Win32Exception)
catch (Exception)
{
return false;
}