mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02: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)