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

Fix default strict value is always true #209

Merged
merged 1 commit into from
Mar 23, 2020

Conversation

KeonHee
Copy link
Member

@KeonHee KeonHee commented Mar 21, 2020

Node process.env is always string. So it need to cast to boolean.
Currently, there is a problem that delayDefaultStrict is always true because env value is either true or false string type.

@KeonHee KeonHee changed the title Fix default value is always true Fix default strict value is always true Mar 21, 2020
@style95 style95 merged commit b1adec2 into apache:master Mar 23, 2020
@KeonHee KeonHee deleted the defatul-strict branch March 23, 2020 07:18
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.

2 participants