Add -v option for testing
This commit is contained in:
Vendored
+1
@@ -165,6 +165,7 @@ export async function createTar(
|
||||
'--files-from',
|
||||
manifestFilename,
|
||||
'-cf',
|
||||
'-v',
|
||||
...(await getCompressionProgram()),
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user