mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
chore: move the details on folders to debug log
This commit is contained in:
parent
42c84103f5
commit
2a1bff59ac
1 changed files with 2 additions and 1 deletions
|
@ -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')}`
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue