updated
This commit is contained in:
@@ -12,7 +12,7 @@ local function watch()
|
||||
end
|
||||
end
|
||||
|
||||
local function startUp()
|
||||
local function startup()
|
||||
end
|
||||
|
||||
local function shutdown()
|
||||
@@ -31,4 +31,4 @@ local function report()
|
||||
setNewLine()
|
||||
monitor.write("External: " .. external)
|
||||
end
|
||||
return { report = report, watch = watch, startUp = startUp, shutdown = shutdown }
|
||||
return { report = report, watch = watch, startup = startup, shutdown = shutdown }
|
||||
Reference in New Issue
Block a user