We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006eb7 commit 5e4ace0Copy full SHA for 5e4ace0
src/commands/fix/agent-fix.mts
@@ -416,10 +416,7 @@ export async function agentFix(
416
417
// eslint-disable-next-line no-await-in-loop
418
if (!(await hasModifiedFiles(cwd))) {
419
- debugFn(
420
- 'notice',
421
- `skip: nothing to commit for ${name}@${newVersion} PR`,
422
- )
+ debugFn('notice', `skip: no changes for ${name}@${newVersion}`)
423
seenVersions.add(newVersion)
424
// Reset things just in case.
425
if (fixEnv.isCi) {
0 commit comments