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

GoEnv cannot load .env file #535

Open
supengchuan opened this issue Dec 30, 2024 · 0 comments
Open

GoEnv cannot load .env file #535

supengchuan opened this issue Dec 30, 2024 · 0 comments

Comments

@supengchuan
Copy link

use command GoEnv load .env file. But it does not take effect.

I looked at the code and saw that there might be a problem with the line below

if vfn.filereadable(f) then

vfn.filereadable(f) will retrun 0 if f is not readable.

However, in the if conditional statement, if use if 0 then, it will be considered true, which will cause a direct return and result in an inability to load the environment file.

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