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: return first folder made by mkdir recursive #31530

Closed
wants to merge 5 commits into from

Commits on Jan 29, 2020

  1. fs: return first folder made by mkdir recursive

    mkdir('/foo/bar', { recursive: true }) and mkdirSync will now return
    the path of the first folder created. This matches more closely
    mkdirp's behavior, and is useful for setting folder permissions.
    
    Refs: nodejs#31481
    bcoe committed Jan 29, 2020
    Copy the full SHA
    e865d43 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    695bb57 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. fix: add missing semicolon

    bcoe committed Jan 30, 2020
    Copy the full SHA
    004e480 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. fix: pass by reference logic

    bcoe committed Jan 31, 2020
    Copy the full SHA
    b5cd988 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cfc6bd5 View commit details
    Browse the repository at this point in the history