Skip to content

Commit 027854f

Browse files
committed
Update a comment
1 parent cba3826 commit 027854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/AIShell.Integration/Commands/ResolveErrorCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected override void EndProcessing()
121121
else
122122
{
123123
// When reaching here, we have
124-
// - Last error doesn't map to the last history command;
124+
// - Last error doesn't map to the last history command, or $Error is empty;
125125
// - $LastExitCode is non-zero;
126126
// - $? is true.
127127
// The user may want to fix a command that failed previously, but it's unknown whether

0 commit comments

Comments
 (0)