refactor(installer): 移除冗余的term.at调用

清理了installer.lua中未使用的term.at(1, y).clearLine()调用,该代码在当前上下文中无实际作用且可能引起混淆
This commit is contained in:
2025-09-14 21:42:29 +08:00
parent f9fa18585f
commit 06458f0283

View File

@@ -1,7 +1,6 @@
-- LeonOS installer
local INSTALLER_VERSION = "1.0.3 Beta 5"
local INSTALLER_VERSION = "1.0.3 Beta 6"
local DEFAULT_ROM_DIR = "/leonos"
term.at(1, y).clearLine()
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
print("[Installer] Loading module 1")