Issue
To perform grammar check with YaLafi, the documented way is:
:compiler vlty
:make
:copen
This works quite well and properly fills the quickfix window like this:

But with Tim Pope's vim-dispatch plugin, after either:
or :Dispatch -compiler=vlty, I got additional boilerplate outputs as follows:

I failed to find the explanation from neither vimtex's nor vim-dispatch's doc, how to make vim-dispatch produce the same output as vim's built-in :make command?
Cc: @matze-dd