diff --git a/Build/lib/cache-filesystem.ts b/Build/lib/cache-filesystem.ts index d04e85e4..fde92f83 100644 --- a/Build/lib/cache-filesystem.ts +++ b/Build/lib/cache-filesystem.ts @@ -398,7 +398,7 @@ export class Cache { } } - console.log(picocolors.red('[fetch error]'), picocolors.gray(error.url), error); + console.log(picocolors.red('[fetch error]'), picocolors.gray(`[${primaryUrl}]`), error); } } else { if ('name' in e) { @@ -418,7 +418,7 @@ export class Cache { } } - console.log(picocolors.red('[fetch error]'), picocolors.gray(primaryUrl), e); + console.log(picocolors.red('[fetch error]'), picocolors.gray(`[${primaryUrl}]`), e); } }