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 task that runs chomp on a subfolder errors not propagating #98

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

For example:

[[task]]
run = 'chomp -c sub/chompfile.toml task

where the subtask is a task that fails. (the issue was seen on Linux).