Fix #178 - Use proper default value when handling Arguments

pull/179/head
Oleg Nenashev 2017-01-04 23:15:42 +01:00
parent b27c523f0a
commit d665afc91c
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ namespace winsw
{ {
get get
{ {
string arguments = AppendTags("argument", Defaults.Arguments); string arguments = AppendTags("argument", null);
if (arguments == null) if (arguments == null)
{ {