print full redo command on a failure in loop_tasks
Open
- Dominant language
- R
- Stars
- 10
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Right now I'm pretty sure these get truncated to a single line [here](https://github.com/USGS-R/scipiper/blob/e5e90b11200aaf4448683889c7bd0ea487b6e9dd/R/loop_tasks.R#L147), but it'd be awfully nice if when there's an error, even if you have a progress bar then you still see
```
* Error in myfun: input must not have NA; debug with scmake("task_A", "task_makefile.yml")
```
even if that text is longer than one line.
Contributor guide
Assessment
This issue has not been assessed yet.