how process.stdout be set to the process object #4937
Answered
by
aduh95
LinYUAN-code
asked this question in
Q&A
-
how process.stdout be set to the process object in source Code |
Beta Was this translation helpful? Give feedback.
Answered by
aduh95
May 19, 2022
Replies: 0 comments 2 replies
-
You can find it here: https://github.com/nodejs/node/blob/c131fbb65230cc8f62cc0f41682388507a669684/lib/internal/bootstrap/switches/is_main_thread.js#L16-L26 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LinYUAN-code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find it here: https://github.com/nodejs/node/blob/c131fbb65230cc8f62cc0f41682388507a669684/lib/internal/bootstrap/switches/is_main_thread.js#L16-L26