mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Refactor landing.js: Update logger name in dlAsync function
This commit is contained in:
parent
745a11e5bb
commit
4732ee54f7
@ -457,7 +457,7 @@ async function dlAsync(login = true) {
|
||||
// launching the game.
|
||||
|
||||
const loggerLaunchSuite = LoggerUtil.getLogger('LaunchSuite')
|
||||
const loggerLanding = LoggerUtil.getLogger('Landing')
|
||||
const loggerLanding = LoggerUtil.getLogger('dlAsync')
|
||||
setLaunchDetails(Lang.queryJS('landing.dlAsync.loadingServerInfo'))
|
||||
|
||||
let distro
|
||||
|
Loading…
Reference in New Issue
Block a user