Update Program
This commit is contained in:
@@ -479,6 +479,10 @@ return function(name, basalt)
|
|||||||
return self
|
return self
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
setExecute = function(self, path, ...)
|
||||||
|
return self:execute(path, ...)
|
||||||
|
end,
|
||||||
|
|
||||||
stop = function(self)
|
stop = function(self)
|
||||||
local parent = self:getParent()
|
local parent = self:getParent()
|
||||||
if (curProcess ~= nil) then
|
if (curProcess ~= nil) then
|
||||||
|
|||||||
Reference in New Issue
Block a user