Skip to content

Commit

Permalink
Tweak log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Dec 3, 2024
1 parent b2a4442 commit 93f3303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tools-download.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tools-download.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tools-download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export function writeToolcacheMarkerFile(
): void {
const markerFilePath = `${extractedPath}.complete`;
fs.writeFileSync(markerFilePath, "");
logger.info(`Wrote toolcache marker file to ${markerFilePath}`);
logger.info(`Created toolcache marker file ${markerFilePath}`);
}

function sanitizeUrlForStatusReport(url: string): string {
Expand Down

0 comments on commit 93f3303

Please sign in to comment.