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

fs: getOption to populate passed in default values #11630

Closed
wants to merge 1 commit into from

Commits on Mar 1, 2017

  1. fs: getOption to populate passed in default values

    In fs.js, the getOption can be improved to populate
    the option object with the passed in defaultOptions
    if the default options are not there in the original
    option object.
    This way we don't have to do options.flag || 'w' etc.
    fhalde committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    876dd81 View commit details
    Browse the repository at this point in the history