scripts/update contributor list: add completion feedback

This commit is contained in:
Adorian Doran
2026-03-22 20:05:47 +02:00
parent e7adf08854
commit f00e051e75

View File

@@ -28,9 +28,11 @@ async function main() {
jsonData = await getContributors();
} catch (ex) {
console.error(ex);
return;
}
writeFileSync("contributors.json", JSON.stringify(jsonData, null, 2));
console.log("Done.");
}
async function getContributors() {