Skip to content

Commit 3906edf

Browse files
committed
Lint nit
1 parent 632ce49 commit 3906edf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/commands/fix/pnpm-fix.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,10 @@ export async function pnpmFix(
314314
}
315315
}
316316
if (activeBranches.length) {
317-
debugFn(`found: ${activeBranches.length} active branches\n`, activeBranches)
317+
debugFn(
318+
`found: ${activeBranches.length} active branches\n`,
319+
activeBranches,
320+
)
318321
} else {
319322
debugFn('miss: 0 active branches found')
320323
}

0 commit comments

Comments
 (0)