ExecFileResult interface

Buffered output from execFile.

Properties

stderr

Standard error from the process.

stdout

Standard output from the process.

Property Details

stderr

Standard error from the process.

stderr: TOutput

Property Value

TOutput

stdout

Standard output from the process.

stdout: TOutput

Property Value

TOutput