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

feat(dotenv-flow): return error if none of the .env* files is found #70

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

kerimdzhanov
Copy link
Owner

@kerimdzhanov kerimdzhanov commented Aug 27, 2023

With this change dotenv-flow's .config() method will start returning an error if none of the appropriate ".env*" files is found.

Closes #41.

…found

With this change dotenv-flow's `.config()` method will start returning an error if there is no appropriate ".env*" files.

Closes #41.
@kerimdzhanov kerimdzhanov force-pushed the feature/return-error-if-no-env-files-found branch from 3bcfe0a to 2edc254 Compare August 27, 2023 21:15
@kerimdzhanov kerimdzhanov changed the title feat(dotenv-flow): return error if no appropriate .env* files were found feat(dotenv-flow): return error if none of the .env* files is found Aug 27, 2023
@kerimdzhanov kerimdzhanov merged commit 80ff430 into master Aug 28, 2023
13 checks passed
@kerimdzhanov kerimdzhanov deleted the feature/return-error-if-no-env-files-found branch August 28, 2023 01:06
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

Successfully merging this pull request may close these issues.

no error property set when .env file is not present
1 participant