mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fixed problems: - `c.AbortWithError()` stops the chain, but does not return a message as http response - only return woodpeckers own messages and hide errors from http response (could be dangerous) - added missing returns - log all messages send to the user (at least on debug level)