Skip to content

Commit 6a524e9

Browse files
committed
Add debug to counter
1 parent fa403be commit 6a524e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/fix/pnpm-fix.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ export async function pnpmFix(
785785
cause: `Update failed for ${oldId} in ${workspace}${error ? '; ' + error : ''}`,
786786
}
787787
}
788+
debugFn('name:', name)
789+
debugFn('increment: count', count + 1)
788790
if (++count >= limit) {
789791
logger.dedent()
790792
spinner?.dedent()

0 commit comments

Comments
 (0)