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
Fix output parsing when connecting to started emulator
When starting Android emulator the output from the `net` `data` event always contains \r\n and when using EOL to split it on Mac or Linux it contains \r and then the parsing fails.
0 commit comments