Create a code transform by wrapping child processes run in the project directory. If a command fails, no further commands will be run and its error will be returned.
array of commands to execute
where to log output from commands
result of commands, success or the first failure
Convert a SpawnLogResult into a TransformResult.
Generated using TypeDoc
The bits of SpawnLogResult that spawnToTransform needs.