Skip to content

Commit

Permalink
chore: move the details on folders to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Mar 5, 2024
1 parent 42c8410 commit 2a1bff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/sparo-lib/src/services/GitSparseCheckoutService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ export class GitSparseCheckoutService {
if (checkoutAction === 'set') {
targetFolders.push(...this._finalSkeletonPaths);
}
terminal.writeLine(
terminal.writeLine(`Checking out ${targetFolders.length} folders...`);
terminal.writeDebugLine(
`Performing sparse checkout ${checkoutAction} for these folders: \n${targetFolders.join('\n')}`
);

Expand Down

0 comments on commit 2a1bff5

Please sign in to comment.