This commit is contained in:
github-actions[bot] 2024-10-07 09:28:04 +00:00
parent bf2e624d0b
commit d65a17605a
2 changed files with 2 additions and 2 deletions

2
lib/tar.js generated
View file

@ -107,7 +107,7 @@ async function isZstdAvailable(logger) {
}
}
catch (e) {
logger.warning("Failed to determine tar version, therefore will assume zstd may not be available. " +
logger.warning("Failed to determine tar version, therefore will assume zstd is not available. " +
`The underlying error was: ${e}`);
return { available: false, foundZstdBinary };
}