Skip to content
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

every entry line only has a \n not \r\n #1

Open
greenpdx opened this issue Jun 29, 2018 · 1 comment
Open

every entry line only has a \n not \r\n #1

greenpdx opened this issue Jun 29, 2018 · 1 comment

Comments

@greenpdx
Copy link

The string it self is 94 characters, the entry string do not have \r\n only \n

@greenpdx
Copy link
Author

in lib/entry/index.js line 82
cb([string].concat(addendaStrings).join('\n'));
should be
cb([string].concat(addendaStrings).join('\r\n'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant