Skip to content

Commit 5e4ace0

Browse files
committed
Reduce debug message
1 parent 6006eb7 commit 5e4ace0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commands/fix/agent-fix.mts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,7 @@ export async function agentFix(
416416

417417
// eslint-disable-next-line no-await-in-loop
418418
if (!(await hasModifiedFiles(cwd))) {
419-
debugFn(
420-
'notice',
421-
`skip: nothing to commit for ${name}@${newVersion} PR`,
422-
)
419+
debugFn('notice', `skip: no changes for ${name}@${newVersion}`)
423420
seenVersions.add(newVersion)
424421
// Reset things just in case.
425422
if (fixEnv.isCi) {

0 commit comments

Comments
 (0)