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:
@ -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 };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user