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

Firstrun: Fix autodetect being successful unconditionally. #88

Open
wants to merge 1 commit into
base: mailextension
Choose a base branch
from

Conversation

MaxKoll
Copy link

@MaxKoll MaxKoll commented May 19, 2021

The unresolved promise returned by file_exists() is used in expressions, which is meaningless as promises are truthy. Use the resolved promise value instead.

The unresolved promise returned by file_exists() is used in expressions, which is meaningless as promises are truthy. Use the resolved promise value instead.
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.

1 participant