env
env copied to clipboard
fixed parsing on Windows where NewLine is two characters...
Hi!
I noticed your parsing code throws an exception on Windows machine since the NewLine is a two-character string. This change should fix that issue!
Thank you!