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

Adding \r\n while serializing in Windows and \n while serializing in Ubuntu #2344

Open
lavanyaburlagadda1807 opened this issue Nov 9, 2023 · 0 comments

Comments

@lavanyaburlagadda1807
Copy link

The version of Ajv you are using

"ajv": "^8.10.0",

The environment you have the problem with

Windows

When I am using compileSerializer it is reffering different ways in different os

Like windows it is adding \r\n and in ubuntu it is adding \n when adding a new line.

How to fix it?

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

No branches or pull requests

2 participants
@lavanyaburlagadda1807 and others