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

Only the first newline character is parsed in .env file #70

Closed
MaximTovstashev opened this issue Jun 3, 2019 · 1 comment
Closed

Only the first newline character is parsed in .env file #70

MaximTovstashev opened this issue Jun 3, 2019 · 1 comment

Comments

@MaximTovstashev
Copy link

I suggest replacing src/parse-env-file.ts:58
with

.replace(/\\n/g, '\n')
@toddbluhm
Copy link
Owner

Nice catch! This has been fixed and release in 9.0.3

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

2 participants