mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 11:42:14 -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.
|
// launching the game.
|
||||||
|
|
||||||
const loggerLaunchSuite = LoggerUtil.getLogger('LaunchSuite')
|
const loggerLaunchSuite = LoggerUtil.getLogger('LaunchSuite')
|
||||||
const loggerLanding = LoggerUtil.getLogger('Landing')
|
const loggerLanding = LoggerUtil.getLogger('dlAsync')
|
||||||
setLaunchDetails(Lang.queryJS('landing.dlAsync.loadingServerInfo'))
|
setLaunchDetails(Lang.queryJS('landing.dlAsync.loadingServerInfo'))
|
||||||
|
|
||||||
let distro
|
let distro
|
||||||
|
Loading…
Reference in New Issue
Block a user