mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:03:49 +01:00
fixed issue for container not being excluded on restart
This commit is contained in:
@@ -49,8 +49,6 @@ func (b Builder) Addf(format string, args ...any) Builder {
|
||||
func (b Builder) Build() NestedError {
|
||||
if len(b.errors) == 0 {
|
||||
return nil
|
||||
} else if len(b.errors) == 1 {
|
||||
return b.errors[0].Subjectf("%s", b.message)
|
||||
}
|
||||
return Join(b.message, b.errors...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user