stderr

Pstderr
Bun

Symbol

SpawnOptions.OptionsObject.stderr

stderr?: Err

The file descriptor for the standard error. It may be:

  • "pipe", undefined: The process will have a ReadableStream for standard output/error
  • "ignore", null: The process will have no standard output/error
  • "inherit": The process will inherit the standard output/error of the current process
  • ArrayBufferView: The process write to the preallocated buffer. Not implemented.
  • number: The process will write to the file descriptor