From 8adf05de0fad3cbfa9fb364e27b65f7d262e706a Mon Sep 17 00:00:00 2001 From: Sabine Lim Date: Tue, 16 May 2023 02:44:36 +1000 Subject: [PATCH] Update Program --- Basalt/objects/Program.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Basalt/objects/Program.lua b/Basalt/objects/Program.lua index 38bb457..32e9380 100644 --- a/Basalt/objects/Program.lua +++ b/Basalt/objects/Program.lua @@ -479,6 +479,10 @@ return function(name, basalt) return self end; + setExecute = function(self, path, ...) + return self:execute(path, ...) + end, + stop = function(self) local parent = self:getParent() if (curProcess ~= nil) then