change download emoji

This commit is contained in:
Hassan Yousefi 2024-09-02 15:57:24 +03:30
parent eb3dedf420
commit a440ed9dc0

View file

@ -98,7 +98,7 @@ export class GotDownloader {
stream.once('downloadProgress', ({ total }) => {
if (total) {
console.log(`⬇️ [${srv.name}]`, url);
console.log(`📥 ⏳ [${srv.name}]`, url);
}
});