Extremely fast file change detector and task orchestrator for Node.js.
at the moment we are not treating non-0 exit codes as an error, which ensures that watchrow does not break if a spawned process produces an error. However, this also means that it is easy not to notice a failing trigger. Need to research how other tools are handling this scenario Regardless, the current implementation is flawed because it does not interrupt broken workflow, e.g. ```ts await spawn`docker build ...`; await spawn`docker run ...`; ``` If `docker build` fails, `docker run` still runs.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by gajus and has received 0 comments.