updated
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"Lua.diagnostics.disable": [
|
||||
"lowercase-global"
|
||||
"lowercase-global",
|
||||
"need-check-nil"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
local monitor = peripheral.find("monitor")
|
||||
monitor.setCursorPos(1, 1)
|
||||
|
||||
local function run()
|
||||
Monitor.write("Starting system...\n")
|
||||
monitor.write("Starting system...\n")
|
||||
end
|
||||
|
||||
return { run = run }
|
||||
Reference in New Issue
Block a user