4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

Updated discord logo, improved logger message

This commit is contained in:
Quentin Legot 2022-02-28 15:28:31 +01:00
parent c7678b0480
commit 36ebe122a9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -314,7 +314,7 @@ class Minecraft {
reject(err)
})
}).catch(err => {
logger.err(`Download failed`)
logger.err(`Failed to download ${infos.link} to ${infos.name}.zip`)
reject(err)
})
})