stdout

Pstdout
Bun

Symbol

SpawnOptions.OptionsObject.stdout

stdout?: Out

The file descriptor for the standard output. 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