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