Lots of work on LuaStack
This commit is contained in:
@@ -333,7 +333,7 @@ function inspect.inspect(root, options)
|
||||
return table.concat(inspector.buffer)
|
||||
end
|
||||
|
||||
function inspect.iprint(...)
|
||||
function inspect.pprint(...)
|
||||
local n = select("#", ...)
|
||||
for i = 1,n do
|
||||
local v = select(i, ...)
|
||||
@@ -341,4 +341,4 @@ function inspect.iprint(...)
|
||||
end
|
||||
end
|
||||
|
||||
_G.iprint = inspect.iprint
|
||||
_G.pprint = inspect.pprint
|
||||
|
||||
Reference in New Issue
Block a user