Closed seanblonien closed 3 years ago
Discovered that on Windows, it includes the '\r' character if you don't split by the correct line ending
Changed it to auto-detect the EOL and split the string accordingly
Can you please rebase with your other branch? Or update the other one with these changes and I can review it there.
Yea I can put it on the other branch
Re-based this branch onto branch with PR #6
Discovered that on Windows, it includes the '\r' character if you don't split by the correct line ending
Changed it to auto-detect the EOL and split the string accordingly