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