Skip to content

doc: clarify use of process.env in worker threads on Windows#49008

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
daeyeon:main.doc-worker-env-230803.Thu.38c0
Aug 5, 2023
Merged

doc: clarify use of process.env in worker threads on Windows#49008
nodejs-github-bot merged 1 commit intonodejs:mainfrom
daeyeon:main.doc-worker-env-230803.Thu.38c0

Conversation

@daeyeon
Copy link
Member

@daeyeon daeyeon commented Aug 3, 2023

A worker thread uses a copy of parent thread's process.env by default. The current document explains differences caused by the copy, but it doesn't cover the case sensitivity difference on Windows.

This patch updates the document in this regard.

Fixes: #48955
Alternative to #48976

Signed-off-by: Daeyeon Jeong [email protected]

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

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In worker threads, process.env is case-sensitive on windows

10 participants