forked from toolshed/abra
build: go 1.24
We were running behind and there were quite some deprecations to update. This was mostly in the upstream copy/pasta package but seems quite minimal.
This commit is contained in:
2
vendor/github.com/charmbracelet/log/stdlog.go
generated
vendored
2
vendor/github.com/charmbracelet/log/stdlog.go
generated
vendored
@ -14,7 +14,7 @@ func (l *stdLogWriter) Write(p []byte) (n int, err error) {
|
||||
str := strings.TrimSuffix(string(p), "\n")
|
||||
|
||||
if l.opt != nil {
|
||||
switch l.opt.ForceLevel {
|
||||
switch l.opt.ForceLevel { //nolint:exhaustive
|
||||
case DebugLevel:
|
||||
l.l.Debug(str)
|
||||
case InfoLevel:
|
||||
|
Reference in New Issue
Block a user