:3
This commit is contained in:
parent
3dc1abea4e
commit
e7f017297c
|
@ -172,7 +172,7 @@ rawset(__BUNDLER_FILES, "ui.lua", function ()
|
|||
end
|
||||
end
|
||||
local status, err = pcall(function ()
|
||||
parallel.waitForAll(basalt.autoUpdate, updater.updateChecker)
|
||||
parallel.waitForAll(basalt.autoUpdate, updater.UpdateChecker)
|
||||
end)
|
||||
if not status then
|
||||
print("Error detected: " .. err)
|
||||
|
|
|
@ -110,7 +110,7 @@ function mod.InitUi()
|
|||
end
|
||||
|
||||
local status, err = pcall(function ()
|
||||
parallel.waitForAll(basalt.autoUpdate, updater.updateChecker)
|
||||
parallel.waitForAll(basalt.autoUpdate, updater.UpdateChecker)
|
||||
end)
|
||||
|
||||
if not status then
|
||||
|
|
Loading…
Reference in New Issue
Block a user