Skip to content

Commit 2fa7b23

Browse files
committed
Aded debug to get more insight on the value being passed
1 parent 536b335 commit 2fa7b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Custom/PSCmdletExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ internal static class PSCmdletExtensions
2424
// Converts a string to its unescaped form. The method also replaces '+' with spaces.
2525
internal static string UnescapeString(this PSCmdlet cmdlet, string value)
2626
{
27+
WriteDebug(cmdlet, $"Unescaping string: {value}");
2728
if (value == null)
2829
return null;
2930

0 commit comments

Comments
 (0)