mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-24 07:29:08 +00:00
change download emoji
This commit is contained in:
parent
eb3dedf420
commit
a440ed9dc0
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export class GotDownloader {
|
|||
|
||||
stream.once('downloadProgress', ({ total }) => {
|
||||
if (total) {
|
||||
console.log(`⬇️ [${srv.name}]`, url);
|
||||
console.log(`📥 ⏳ [${srv.name}]`, url);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue