Skip to content

doc: mention case-insensitive env on windows#9166

Closed
oliversalzburg wants to merge 2 commits intonodejs:masterfrom
oliversalzburg:feature/env-case
Closed

doc: mention case-insensitive env on windows#9166
oliversalzburg wants to merge 2 commits intonodejs:masterfrom
oliversalzburg:feature/env-case

Conversation

@oliversalzburg
Copy link
Copy Markdown
Contributor

@oliversalzburg oliversalzburg commented Oct 18, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

On Windows OS, environment variables are case-insensitive and are treated likewise in NodeJS. This can be confusing and can lead to hard-to-debug problems when moving code from one environment to another.

Closes #9157

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

Labels

doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mention case-insensitivity in process.env docs

10 participants