Skip to main content
Deno.CommandOptions.stderr - Deno documentation
property Deno.CommandOptions.stderr
How `stderr` of the spawned process should be handled. Defaults to `"piped"` for `output` & `outputSync`, and `"inherit"` for `spawn`.

Type

"piped"
| "inherit"
| "null"