mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08: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.