luacheck fixes

This commit is contained in:
Mikayla
2025-11-07 18:51:42 +00:00
parent b9a9c018a1
commit 55e4fed9d8
5 changed files with 18 additions and 18 deletions

View File

@@ -116,7 +116,8 @@ if not disp_ok then
disp_ok, disp_err = backplane.init_displays(config)
if not disp_ok then
println("monitor configuration invalid, please reconfigure")
println(disp_err)
println("please reconfigure")
return
end
end