1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Change pointer for inspect

This commit is contained in:
plague006 2019-01-05 12:38:37 -05:00
parent d7e068e0c9
commit 4c1a94c71e

View File

@ -208,7 +208,7 @@ require 'util'
-- process is a function which allow altering the passed object before transforming it into a string.
-- A typical way to use it would be to remove certain values so that they don't appear at all.
-- return <string> the prettied table
table.inspect = require 'inspect'
table.inspect = require 'utils.inspect'
--- Takes a table and returns the number of entries in the table. (Slower than #table, faster than iterating via pairs)
table.size = table_size