Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Aug 27, 2024
1 parent feebe9e commit 5388e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class Utilities {
} catch (error) {
const err = error as Error;
console.error(`Error fetching ${url}:`, err.message);
return { url, hash: 'error' };
return { url, hash: `error: ${err.message}` };
}
}

Expand Down

0 comments on commit 5388e9c

Please sign in to comment.