We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba3826 commit 027854fCopy full SHA for 027854f
shell/AIShell.Integration/Commands/ResolveErrorCommand.cs
@@ -121,7 +121,7 @@ protected override void EndProcessing()
121
else
122
{
123
// When reaching here, we have
124
- // - Last error doesn't map to the last history command;
+ // - Last error doesn't map to the last history command, or $Error is empty;
125
// - $LastExitCode is non-zero;
126
// - $? is true.
127
// The user may want to fix a command that failed previously, but it's unknown whether
0 commit comments