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

lib: log as yes/no whether build dir was created #2370

Merged

Commits on Apr 11, 2021

  1. lib: log as yes/no whether build dir was created

    This bit of logging apparently expected to be given a boolean, but was
    receiving either a path or undefined based on the result of fs.mkdir.
    
    Now it prints either "Yes" or "No",
    rather than printing either a path or "undefined", respectively.
    DeeDeeG committed Apr 11, 2021
    Copy the full SHA
    1effd55 View commit details
    Browse the repository at this point in the history