From 314935401c634813e15be5a40febcab8f975b659 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 12 Oct 2023 19:15:26 +0300 Subject: [PATCH] Added back run_wrapped --- augment/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augment/main.lua b/augment/main.lua index aa25bfd..eec6fe3 100644 --- a/augment/main.lua +++ b/augment/main.lua @@ -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