Tweak log wording
This commit is contained in:
parent
b2a4442810
commit
93f3303766
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue