build icon indicating copy to clipboard operation
build copied to clipboard

Process IPC errors should print the child process's output

Open ehmicky opened this issue 4 years ago • 0 comments

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.

ehmicky avatar Apr 13 '20 19:04 ehmicky