mirror of
https://gitee.com/gitea/gitea
synced 2026-04-07 05:05:22 +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.