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
The io.Writer implementation on Session normalizes \n to \r\n when in PTY mode, but this also needs to be done for the io.Writer returned by session.Stderr().
The text was updated successfully, but these errors were encountered:
The
io.Writer
implementation onSession
normalizes\n
to\r\n
when in PTY mode, but this also needs to be done for theio.Writer
returned bysession.Stderr()
.The text was updated successfully, but these errors were encountered: