mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
This commit is contained in:
@@ -61,13 +61,13 @@ func (cw *ConsoleWriter) WriteMsg(msg string, skip, level int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (_ *ConsoleWriter) Destroy() {
|
||||
}
|
||||
|
||||
func (_ *ConsoleWriter) Flush() {
|
||||
|
||||
}
|
||||
|
||||
func (_ *ConsoleWriter) Destroy() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("console", NewConsole)
|
||||
}
|
||||
|
Reference in New Issue
Block a user