| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cb09959 commit 18d6dab
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,10 +81,9 @@ const { Console } = console; | |||
| 81 | 81 | * `stdout` {Writable} | |
| 82 | 82 | * `stderr` {Writable} | |
| 83 | 83 | ||
| 84 | - Creates a new `Console` by passing one or two writable stream instances. | ||
| 85 | - `stdout` is a writable stream to print log or info output. `stderr` | ||
| 86 | - is used for warning or error output. If `stderr` is not passed, warning and error | ||
| 87 | - output will be sent to `stdout`. | ||
| 84 | + Creates a new `Console` with one or two writable stream instances. `stdout` is a | ||
| 85 | + writable stream to print log or info output. `stderr` is used for warning or | ||
| 86 | + error output. If `stderr` is not provided, `stdout` is used for `stderr`. | ||
| 88 | 87 | ||
| 89 | 88 | ```js | |
| 90 | 89 | const output = fs.createWriteStream('./stdout.log'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments