We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConvertFrom-StringData
1 parent ece26bc commit 9fa4a11Copy full SHA for 9fa4a11
src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConvertFrom-StringData.cs
@@ -69,7 +69,7 @@ protected override void ProcessRecord()
69
{
70
throw PSTraceSource.NewInvalidOperationException(
71
ConvertFromStringData.InvalidDataLine,
72
- line);
+ s);
73
}
74
75
string name = s.Substring(0, index);
@@ -79,7 +79,7 @@ protected override void ProcessRecord()
79
80
81
ConvertFromStringData.DataItemAlreadyDefined,
82
- line,
+ s,
83
name);
84
85
0 commit comments