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

os: remove trailing slash from os.tmpdir() #747

Closed
wants to merge 2 commits into from

Commits on Mar 21, 2015

  1. Working on v2.0.0

    bnoordhuis committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    bc1fe3a View commit details
    Browse the repository at this point in the history
  2. os: remove trailing slash from os.tmpdir()

    This commit makes `os.tmpdir()` behave consistently on all platforms. It
    changes `os.tmpdir()` to always return a path without trailing slash.
    
    Semver: major
    Fixes: nodejs#715
    PR-URL: nodejs#747
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    tellnes committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    bb97b70 View commit details
    Browse the repository at this point in the history