Skip to content
Commit a6dc3919 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

send "\r\n" instead of "\n" on windows

With powershell our cd or run document doesn't work as it expects \r.
However, bash on windows still works with \n. To workaround, just
send both.

A better fix would be to check the underlying shell and return the
right char.

(cherry picked from commit f8dd6e76)
parent 7c1d4729
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment