Shutdown working on mono

This commit is contained in:
markus101
2014-02-03 23:11:36 -08:00
committed by Mark McDowall
parent aa1a76fe72
commit 6ff9c9f61e
6 changed files with 43 additions and 15 deletions

View File

@@ -269,6 +269,7 @@ namespace NzbDrone.Common.Processes
if (process.HasExited)
{
Logger.Trace("Process has already exited");
return;
}