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
io.Writerimplementation onSessionnormalizes\nto\r\nwhen in PTY mode, but this also needs to be done for theio.Writerreturned bysession.Stderr().