juanfran / gulp-multi-process

Run gulp tasks in separate CPU processes
25 stars 11 forks source link

Exit code of child processes ignored #1

Closed scottybrisbane closed 8 years ago

scottybrisbane commented 8 years ago

The exit code of the spawned processes are not currently being checked in any way, meaning a failed sub-task will not be reported to the parent process, which will still exit with an exit code of 0.

This is particularly an issue when this module is used in a CI job running unit tests etc. as the tests could fail and the build will still pass.

juanfran commented 8 years ago

fixed! thanks