Add more error handling to zstd extraction

This commit is contained in:
Henry Mercer 2024-12-03 15:10:08 +00:00
parent d57328a17b
commit d5bcf48469
6 changed files with 49 additions and 37 deletions

View file

@ -224,7 +224,7 @@ export function writeToolcacheMarkerFile(
): void {
const markerFilePath = `${extractedPath}.complete`;
fs.writeFileSync(markerFilePath, "");
logger.debug(`Wrote marker file to ${markerFilePath}`);
logger.info(`Wrote toolcache marker file to ${markerFilePath}`);
}
function sanitizeUrlForStatusReport(url: string): string {