:3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user