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

refactor: don't error when .env is not present #21879

Merged
merged 6 commits into from
Jan 21, 2024

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Jan 10, 2024

Uses similar format to when the latest version of std is implicitly being used.

Closes #21788

@bartlomieju bartlomieju added this to the 1.40 milestone Jan 10, 2024
cli/args/mod.rs Outdated Show resolved Hide resolved
@bartlomieju bartlomieju requested a review from dsherret January 14, 2024 23:50
@iuioiua iuioiua requested a review from bartlomieju January 19, 2024 00:42
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju merged commit b4990d1 into denoland:main Jan 21, 2024
14 checks passed
@iuioiua iuioiua deleted the missing-env branch January 21, 2024 23:27
bartlomieju pushed a commit to bartlomieju/deno that referenced this pull request Jan 22, 2024
Uses similar format to when the latest version of std is implicitly
being used.

Closes denoland#21788
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.

deno run --env fails when no .env file is present.
3 participants