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(config): disallow overriding a config with null or undefined #61

Merged
merged 2 commits into from
Jan 7, 2018

Conversation

ktsn
Copy link
Collaborator

@ktsn ktsn commented Jan 7, 2018

This is related with #60.
If we specify port or basePath in config file, it should not be overwritten with undefined cli options. But the current behavior is like so.

This PR fix the behavior - if the cli options are not specified, it will not overwrite the options from a config file.

@ktsn ktsn merged commit 1728894 into master Jan 7, 2018
@ktsn ktsn deleted the fix-config-extend branch January 7, 2018 08:59
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.

None yet

1 participant