ClassDB is now in C++
This commit is contained in:
@@ -331,5 +331,5 @@ function inspect.inspect(root, options)
|
||||
return table.concat(inspector.buffer)
|
||||
end
|
||||
|
||||
setmetatable(inspect, { __call = function(_, ...) return inspect.inspect(...) end })
|
||||
_G.inspect = inspect.inspect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user