guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

chomp errors not easily showing the cause #161

Open guybedford opened 1 year ago

guybedford commented 1 year ago

When running a large number of tasks, an error on a specific task can be hard to trace to the exact task which caused the error.

We should more carefully manage the output when an error happens to ensure there is a proper report summary at the end as to which task failed.