We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e1ec commit bf2e624Copy full SHA for bf2e624
src/tar.ts
@@ -97,7 +97,7 @@ export async function isZstdAvailable(
97
}
98
} catch (e) {
99
logger.warning(
100
- "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. " +
101
`The underlying error was: ${e}`,
102
);
103
return { available: false, foundZstdBinary };
0 commit comments