1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-08-24 06:47:11 +00:00

Fix "edit this page on GH" link on documentation website

This commit is contained in:
2023-06-29 13:58:39 +02:00
parent 3dbf8fc98b
commit eba7e84fc8
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ module.exports = async function() {
return { stars: json.stargazers_count || 0 };
}
catch (error) {
console.error('ERROR | Could not fetch GitHub stars:', error);
console.error('Error: could not fetch GitHub stars:', error);
return { stars: 0 };
}
}