mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 17:27:39 +00:00
rename debug function
This commit is contained in:
@@ -68,7 +68,6 @@ local function encodeCommon(val, pretty, tabLevel, tTracking)
|
||||
str = str .. encodeCommon(v, pretty, tabLevel, tTracking)
|
||||
end)
|
||||
else
|
||||
debug(val)
|
||||
arrEncoding(val, "{", "}", pairs, function(k,v)
|
||||
assert(type(k) == "string", "JSON object keys must be strings", 2)
|
||||
str = str .. encodeCommon(k, pretty, tabLevel, tTracking)
|
||||
|
Reference in New Issue
Block a user