Skip to content

Commit

Permalink
further debug follow query
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric committed Jan 14, 2025
1 parent 5bb9ba3 commit 1bdd262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func findPackagesForHandle(jsobj map[string]any, handle string) ([]string, error
return nil, err
}

slog.Debug("gojq query", "query", query)
slog.Debug("gojq query", "query", query, "jsobj len", len(jsobj))

// list of maintained packages
var mps []string
Expand Down

0 comments on commit 1bdd262

Please sign in to comment.