#309 cleanup, fixes, optimizations

This commit is contained in:
Mikayla Fischler
2024-02-18 20:21:07 -05:00
parent 1a9892b291
commit 20bff48cfd
6 changed files with 94 additions and 96 deletions

View File

@@ -34,7 +34,7 @@ if not supervisor.load_config() then
-- try to reconfigure (user action)
local success, error = configure.configure(true)
if success then
assert(supervisor.load_config(), "failed to load valid supervisor configuration")
assert(supervisor.load_config(), "failed to load valid configuration")
else
assert(success, "supervisor configuration error: " .. error)
end