diff --git a/docs/donations/projects.mdx b/docs/donations/projects.mdx index 3c096ae3..f6bc99ac 100644 --- a/docs/donations/projects.mdx +++ b/docs/donations/projects.mdx @@ -221,13 +221,11 @@ These are the [CNCF](https://www.cncf.io/) and [OpenSSF](https://openssf.org/) p description="Simple backup utility for GNOME" sponsorUrl="https://liberapay.com/DejaDup" icon="https://github.com/deja-dup.png" - githubRepo="deja-dup/deja-dup" /> 0) { + const recoveredFromCache = + Object.keys(repos).length - Object.keys(freshRepos).length; + console.log( + ` ${recoveredFromCache} of the ${failedCount} failures were preserved from the existing cache.`, + ); + } // Don't fail build if no repos fetched - the component will just not show stats if (Object.keys(repos).length === 0) {