mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
improved type safety
This commit is contained in:
@@ -171,7 +171,7 @@ namespace winsw
|
||||
{
|
||||
string arguments = "";
|
||||
|
||||
foreach (XmlNode argument in dom.SelectNodes("//" + tagName))
|
||||
foreach (XmlElement argument in dom.SelectNodes("//" + tagName))
|
||||
{
|
||||
string token = Environment.ExpandEnvironmentVariables(argument.InnerText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user