NpmSettings.

StandardErrorAction Property

Summary

Gets or sets an action to retrieve and process standard error output.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Containing Type
NpmSettings

Syntax

public Action<string> StandardErrorAction { get; set; }

Remarks

Setting a standard error action implicitely set RedirectStandardError.

Value

Type Description
Action<string>