mirror of https://github.com/winsw/winsw
[JENKINS-42744] - Just another proof that some testing coverage is required for the service management logic
parent
f81f5d3c57
commit
8cd58531f6
|
@ -400,11 +400,11 @@ namespace winsw
|
|||
|
||||
private void StartProcess(Process processToStart, string arguments, String executable)
|
||||
{
|
||||
string msg = processToStart.Id + " - " + processToStart.StartInfo.FileName + " " + processToStart.StartInfo.Arguments;
|
||||
|
||||
|
||||
// Define handler of the completed process
|
||||
ProcessCompletionCallback processCompletionCallback = delegate(Process proc)
|
||||
{
|
||||
string msg = processToStart.Id + " - " + processToStart.StartInfo.FileName + " " + processToStart.StartInfo.Arguments;
|
||||
try
|
||||
{
|
||||
if (_orderlyShutdown)
|
||||
|
|
Loading…
Reference in New Issue