mirror of https://github.com/winsw/winsw
commit
5fcfe177af
|
@ -55,7 +55,7 @@ namespace winsw.Util
|
||||||
throw new InvalidDataException("Attribute <" + attributeName + "> is missing in configuration XML");
|
throw new InvalidDataException("Attribute <" + attributeName + "> is missing in configuration XML");
|
||||||
}
|
}
|
||||||
|
|
||||||
return SingleAttribute<TAttributeType>(node, attributeName, default);
|
return SingleAttribute<TAttributeType>(node, attributeName, default)!;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue