mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
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>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user