Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The executor output for parallel task (and dep) execution can come out one character at a time, so even though the tests use `SyncWriter, the writer's lock doesn't prevent interleaving. Using `group` output forces the task output to be buffered and kept together before being printed. Fixes go-task#1819.
- Loading branch information