Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 027854f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)