mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-02 16:05:14 +01:00
When using an external renderer, STDOUT is expected to be HTML. But anything written to STDERR is currently ignored. In cases where the renderer fails, I would like to log any error messages that the external program outputs to STDERR.