You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shell/agents/Microsoft.Azure.Agent/Command.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ private void ReplaceAction()
53
53
54
54
if(apisnull)
55
55
{
56
-
host.WriteErrorLine("The `/replace` command is experimental could not successfully parse the response. This issue may occur intermittently due to specific response conditions.");
56
+
host.WriteErrorLine("The `/replace` command is experimental and could not successfully parse the response. This issue may occur intermittently due to specific response conditions.");
0 commit comments