We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efaa44 commit cafbe2fCopy full SHA for cafbe2f
1 file changed
core/errors.go
@@ -68,7 +68,7 @@ func (e *LeafError) Error() string {
68
func (e *LeafError) ErrorWithCauses() string {
69
var lines []string
70
71
- // 1. Top level error (no prefix)
+ // top level error (no prefix)
72
// iterate backwards for high-level first
73
for i := len(e.ErrorStack) - 1; i >= 0; i-- {
74
prefix := ""
0 commit comments