Update src/tar.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
parent
057e1ecd3d
commit
bf2e624d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export async function isZstdAvailable(
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Failed to determine tar version, therefore will assume zstd may not be available. " +
|
"Failed to determine tar version, therefore will assume zstd is not available. " +
|
||||||
`The underlying error was: ${e}`,
|
`The underlying error was: ${e}`,
|
||||||
);
|
);
|
||||||
return { available: false, foundZstdBinary };
|
return { available: false, foundZstdBinary };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue