Commit b57cc51d authored by Christian Tellnes's avatar Christian Tellnes Committed by Chris Dickinson
Browse files

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: https://github.com/iojs/io.js/issues/715
PR-URL: https://github.com/iojs/io.js/pull/747


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 1bcdf46c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment