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 d6e131c commit 2c9c6efCopy full SHA for 2c9c6ef
pty/pty_windows.go
@@ -176,7 +176,7 @@ func (p *windowsProcess) waitInternal() {
176
if ret < 0 && p.cmdErr == nil {
177
// if we already have an error from the command, prefer that error
178
// but if the command succeeded and closing the PseudoConsole fails
179
- // then record that errror so that we have a chance to see it
+ // then record that error so that we have a chance to see it
180
p.cmdErr = err
181
}
182
p.pw.console = windows.InvalidHandle
0 commit comments