Display double tap seek progress

This commit is contained in:
WardPearce
2025-12-28 14:49:05 +13:00
parent 22ae82223c
commit e49bd0d7a3
16 changed files with 14246 additions and 14240 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ async function main() {
}
// Write the data to a JSON file
fs.writeFileSync(path.join(__dirname, outputDir, outputFile), JSON.stringify(data));
fs.writeFileSync(path.join(outputDir, outputFile), JSON.stringify(data));
console.log('Github contributors fetched and written to', path.join(outputDir, outputFile));
} catch (error) {
console.error('Error fetching data:', error);