mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-27 18:42:17 +00:00
remove unnecessary args
This commit is contained in:
2
elua.lua
2
elua.lua
@@ -163,7 +163,7 @@ do
|
||||
if not (success) then
|
||||
return nil, err
|
||||
end
|
||||
return self:load(self:chunks_to_lua(), "elua", str)
|
||||
return self:load(self:chunks_to_lua())
|
||||
end,
|
||||
parse = function(self, str)
|
||||
self.str = str
|
||||
|
Reference in New Issue
Block a user