Skip to content

Commit a5bf449

Browse files
committed
Make inspect to silly
1 parent 7a74d10 commit a5bf449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/fix/fix-branch-helpers.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export function getPrsForPurl(
3434
}
3535
}
3636

37-
if (isDebug('notice,inspect')) {
37+
if (isDebug('notice,silly')) {
3838
const fullName = resolvePackageName(partialPurlObj)
3939
if (prs.length) {
4040
debugFn('notice', `found: ${prs.length} PRs for ${fullName}`)
41-
debugDir('inspect', { prs })
41+
debugDir('silly', { prs })
4242
} else if (fixEnv.prs.length) {
4343
debugFn('notice', `miss: 0 PRs found for ${fullName}`)
4444
}

0 commit comments

Comments
 (0)