Implementing a streaming setup with Usenet

This commit is contained in:
Mukhtar Akere
2025-08-01 15:27:24 +01:00
parent afe577bf2f
commit f9861e3b54
65 changed files with 9437 additions and 924 deletions

View File

@@ -101,10 +101,10 @@ async function downloadAssets() {
await downloadFile(download.url, download.path);
}
console.log('\nExternal assets downloaded successfully!');
console.log('\nExternal assets downloaded successfully!');
} catch (error) {
console.error('💥 Error downloading assets:', error);
console.error('Error downloading assets:', error);
process.exit(1);
}
}