Skip to content

Commit 0ea6121

Browse files
committed
Add debug for infos
1 parent 20705a9 commit 0ea6121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/fix/agent-fix.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ export async function agentFix(
246246
continue infoEntriesLoop
247247
}
248248

249+
debugDir('inspect', { infos })
250+
249251
const availableVersions = Object.keys(packument.versions)
250252
const prs = getPrsForPurl(fixEnv, infoEntry[0])
251253
const warningsForAfter = new Set<string>()

0 commit comments

Comments
 (0)