Update repo metadata
This commit is contained in:
committed by
Andreas Gebhardt
parent
752830ff50
commit
a60278793f
@@ -54,7 +54,10 @@ async function main() {
|
||||
await delay(3000);
|
||||
}
|
||||
if (process.env.DEBUG) console.log({ data });
|
||||
fs.writeFileSync('data/fetched_repo_data.txt', JSON.stringify(data, null, 2));
|
||||
fs.writeFileSync(
|
||||
'data/fetched_repo_data.json',
|
||||
JSON.stringify(data, null, 2),
|
||||
);
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user