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.tmpDir() is deprecated. Use os.tmpdir() instead #144

Closed
wants to merge 1 commit into from

Conversation

fireyy
Copy link

@fireyy fireyy commented Mar 14, 2017

No description provided.

@silverwind
Copy link
Contributor

silverwind commented Apr 13, 2017

Also been seeing this deprecation in 7.x, looks like a safe switch to the newer name.

ref: nodejs/node#6739

If ancient node has to be supported, you could do os.tmpdir ? os.tmpdir() : os.tmpDir().

@mscdex
Copy link
Owner

mscdex commented Dec 19, 2021

If you're still interested in this, rebase and I'll be happy to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants