build
build copied to clipboard
Process IPC errors should print the child process's output
The main process can experience issues communicating with Build plugins child processes when one of the following happens:
- the Build plugin process aborted (bug in the plugin)
- there is a bug in
@netlify/build
When this happens, we currently don't print any useful information, which makes it hard to debug. We should instead print all the stdout and stderr of the child process.