mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +01:00
Move showNotification before logging
This commit is contained in:
parent
5e699a9101
commit
ae7e35bfee
@ -64,16 +64,14 @@ export default class Minecraft {
|
|||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
event.sender.send('loginError')
|
event.sender.send('loginError')
|
||||||
|
this.showNotification('Erreur de connexion à Mojang', err, 'error')
|
||||||
logger.error('[MS login] ' + lst(err))
|
logger.error('[MS login] ' + lst(err))
|
||||||
this.showNotification('Erreur de connexion à Mojang', lst(err), 'error')
|
|
||||||
})
|
})
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
event.sender.send('loginError')
|
event.sender.send('loginError')
|
||||||
logger.error('[MS login]' + lst(err))
|
|
||||||
this.showNotification('Une erreur de connexion à Xbox est survenue', lst(err), 'error')
|
|
||||||
if (err !== 'error.gui.closed') {
|
if (err !== 'error.gui.closed') {
|
||||||
|
this.showNotification('Une erreur de connexion à Xbox est survenue', err, 'error')
|
||||||
logger.error('[MS login] ' + lst(err))
|
logger.error('[MS login] ' + lst(err))
|
||||||
this.showNotification('Une erreur de connexion à Xbox est survenue', lst(err), 'error')
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user