mirror of
https://gitcode.com/GitHub_Trending/ch/checkout.git
synced 2026-07-21 01:39:56 +00:00
.
This commit is contained in:
@@ -49,4 +49,7 @@ export async function downloadRepository(
|
||||
await exec.exec(`tar -xzf "${archiveFile}"`, [], {
|
||||
cwd: repositoryPath
|
||||
} as ExecOptions)
|
||||
await exec.exec(`find .`, [], {
|
||||
cwd: repositoryPath
|
||||
} as ExecOptions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user