mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 06:47:00 +00:00
refactor(installer): 移除冗余的term.at调用
清理了installer.lua中未使用的term.at(1, y).clearLine()调用,该代码在当前上下文中无实际作用且可能引起混淆
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user