mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 17:47:43 +02:00
scripts/update contributor list: add completion feedback
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user