mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-09-02 10:39:31 +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 }) => {
|
stream.once('downloadProgress', ({ total }) => {
|
||||||
if (total) {
|
if (total) {
|
||||||
console.log(`⬇️ [${srv.name}]`, url);
|
console.log(`📥 ⏳ [${srv.name}]`, url);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue