Added back run_wrapped

This commit is contained in:
Casey 2023-10-12 19:15:26 +03:00
parent cf03413589
commit 314935401c
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ for i, name in ipairs(fs.list("modules")) do
io.write("\n")
if success then
table.insert(modules, callback)
table.insert(modules, run_wrapped(callback, name))
end
term.setTextColor(colors.white)
end