Skip to content

NodeWorker.Stderr property

A readable stream which contains data written to !:NodeProcess.Stderr inside the worker thread. If Stderr: true was not passed to the Worker constructor, then data is piped to the parent thread's !:NodeProcess.Stderr stream.

C#
public Stream Stderr { get; }

See Also

Released under the MIT license