Skip to content

os.tmpDir() is deprecated. Use os.tmpdir() instead.#3

Merged
LinusU merged 1 commit into
LinusU:masterfrom
albinekb:os-tmpdir
Nov 2, 2016
Merged

os.tmpDir() is deprecated. Use os.tmpdir() instead.#3
LinusU merged 1 commit into
LinusU:masterfrom
albinekb:os-tmpdir

Conversation

@albinekb
Copy link
Copy Markdown
Contributor

@albinekb albinekb commented Nov 1, 2016

os.tmpDir() is deprecated, updated to use os.tmpdir()

Background: https://nodejs.org/api/os.html#os_os_tmpdir
In the docs it says os.tmpdir() has been in since 0.9, i guess lowercase and camelCase versions has been available since then?

(node:30541) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

@LinusU
Copy link
Copy Markdown
Owner

LinusU commented Nov 2, 2016

Works on Node 0.10, merging

Thank you

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants