Fix lint issues

This commit is contained in:
Lovepreet Singh
2022-11-17 09:12:53 +00:00
parent ea9856079f
commit 4fa5b7d133
3 changed files with 16 additions and 16 deletions

View File

@@ -196,7 +196,7 @@ test('gzip create tar', async () => {
'manifest.txt',
'-z',
'-cf',
IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip,
IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip
]
.concat(IS_WINDOWS ? ['--force-local'] : [])
.concat(IS_MAC ? ['--delay-directory-restore'] : []),
@@ -281,4 +281,3 @@ test('gzip list tar', async () => {
{cwd: undefined}
)
})