forked from hkc/cc-stuff
Added back run_wrapped
This commit is contained in:
parent
cf03413589
commit
314935401c
|
@ -38,7 +38,7 @@ for i, name in ipairs(fs.list("modules")) do
|
||||||
io.write("\n")
|
io.write("\n")
|
||||||
|
|
||||||
if success then
|
if success then
|
||||||
table.insert(modules, callback)
|
table.insert(modules, run_wrapped(callback, name))
|
||||||
end
|
end
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue