Add content for err (#2394)
* Update 101-process-stderr.md Adding a description to the process.stderr and adding the link to the official documentation * Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/101-process-stderr.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2386/head^2
parent
082bdb7a8f
commit
e542bba2c7
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
|||||||
# Process stderr |
# process.stderr |
||||||
|
|
||||||
|
The `process.stderr` is an inbuilt application programming interface of class Process within process module which is used to returns a stream connected to stderr. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://nodejs.org/api/process.html#processstderr'>process.stderr</BadgeLink> |
||||||
|
Loading…
Reference in new issue