diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:02:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:02:52 -0400 |
| commit | 2456a66e854a09e2db9fcad1625d8782597cb02e (patch) | |
| tree | ec97a6f30c8282a1e4157fbd2d3fb7c528d3bd09 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | 90ab389bedd415fc16e030e3f0e708188ccae1a2 (diff) | |
added more startup error handling
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index bbee727b3..3d45f143b 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -122,7 +122,7 @@ namespace MediaBrowser.ServerApplication { return string.Equals(runningPath, i.MainModule.FileName) && currentProcess.Id != i.Id; } - catch (Win32Exception) + catch (Exception) { return false; } |
