We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac12a8 commit fd3460eCopy full SHA for fd3460e
sizes/graph.go
@@ -219,7 +219,7 @@ func ScanRepositoryUsingGraph(
219
case "tag":
220
tags = append(tags, ObjectHeader{oid, objectSize})
221
default:
222
- err = fmt.Errorf("unexpected object type: %s", objectType)
+ return HistorySize{}, fmt.Errorf("unexpected object type: %s", objectType)
223
}
224
225
progressMeter.Done()
0 commit comments