Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Mar 1, 2024
1 parent 4ebd4ef commit c76bd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghdb/ghdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func (db *ErrDB) ForEachErrors(callback func(*mcla.ErrorDesc) error) (err error)

for i := 1; i <= db.cachedVersion.ErrorIncId; i++ {
go func(i int) {
println("getting error", i)
desc, err := db.GetErrorDesc(i)
if err != nil {
cancel(err)
Expand Down

0 comments on commit c76bd88

Please sign in to comment.