Skip to content

NodeWorker.Options.Stderr property

If this is set to true, then Stderr is not automatically piped through to StdErr in the parent.

C#
public bool Stderr { get; set; }

See Also

Released under the MIT license