Fixed issue #16: Making 'stopexecutable' really optional.

pull/21/merge
Kohsuke Kawaguchi 2013-07-02 10:51:06 -07:00
parent 9e6e8bb3d9
commit 380c329b0a
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ namespace winsw
{
get
{
return SingleElement("stopexecutable");
return SingleElement("stopexecutable",true);
}
}