-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken on Mac because of \r instead of \n #188
Comments
+1 |
Also note that windows uses
|
I tried to make a PR, but it didn't register just \n changes. WIll need to investigate when I have a minute. |
Would love a PR to fix this. Maybe a build step to normalize line-endings would be the best solution. Maybe https://github.com/ryanve/eol would help, I don't know. |
This would fix it once, as just doing it in your editor, but it still won't register in git. see this for a fix. I will try to make a PR for it, now. |
actually, it looks like you already have that. hmm. |
And |
@konsumer 99.9999% sure I did that ("Dealing with line endings") before to fix this and it did nothing.
I'm not following you. |
Yep, that is my comment above. Just made build script to fix line-endings & publish to npm. I think maybe npm doesn't fix line-endings like git does. |
What I am saying is that my actual checkout is fine (I can run |
Fixed in 1.0.9. |
You're using the carriage return character (used on windows) and not the newline character for line breaks. => It's broken on mac and linux.
The text was updated successfully, but these errors were encountered: