Skip to content

Commit 4f336de

Browse files
rkeithhilldaviwil
authored andcommitted
Tweak log message.
1 parent f3c3d37 commit 4f336de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Debugging/VariableDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private VariableDetails[] GetChildren(object obj)
343343
// we aren't loading children on the pipeline thread so
344344
// this causes an exception to be raised. In this case,
345345
// just return an empty list of children.
346-
Logger.Write(LogLevel.Warning, $"Failed to get properties of variable {this.Name}, script execution was attempted: {ex.Message}");
346+
Logger.Write(LogLevel.Warning, $"Failed to get properties of variable {this.Name}, value invocation was attempted: {ex.Message}");
347347
}
348348

349349
return childVariables.ToArray();

0 commit comments

Comments
 (0)