mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Upgraded to MVC3, Hello Razor.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace NzbDrone
|
||||
{
|
||||
proc = dbg.GetProcesses(trans, "").Item(_processName) as EnvDTE80.Process2;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
return AttachResult.NotRunning;
|
||||
|
Reference in New Issue
Block a user