Skip to content

Commit e4c0ffc

Browse files
committed
debug
1 parent e847372 commit e4c0ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ func main() {
7575
}
7676

7777
func process(diff discovery.Diff[string]) {
78+
log.Dev("Received diff: ", diff)
79+
7880
if len(diff.Added) <= 0 && len(diff.Removed) <= 0 {
7981
log.Info("No changes detected, skipping...")
8082
return

0 commit comments

Comments
 (0)