Skip to content

Commit f13375c

Browse files
docs: Clarify that console.error appears in console but uses stderr (#7913)
1 parent a7ba5fc commit f13375c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/command-line/output-to-the-command-line-using-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ As we saw console.log is great for printing messages in the Console. This is wha
165165

166166
`console.error` prints to the `stderr` stream.
167167

168-
It will not appear in the console, but it will appear in the error log.
168+
It will appear in the console, but can be handled separately from regular output.
169169

170170
### Color the output
171171

0 commit comments

Comments
 (0)