This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Sets the StandardError-Action
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm - Containing Type
- Npm
Settings Extensions
Syntax
public static NpmSettings SetRedirectedStandardErrorHandler(this NpmSettings settings, Action<string> standardErrorAction)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | NpmSettings | The settings. |
| standardErrorAction | Action |
The StandardError-Action. |
Return Value
| Type | Description |
|---|---|
| NpmSettings | The settings instance with StandardErrorAction set to standardErrorAction. |
