mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Partial implementation of better formatting machinery
This commit is contained in:
@@ -20,7 +20,7 @@ local function DEBUG_showPatch(patch)
|
||||
output:indent()
|
||||
|
||||
for removed in ipairs(patch.removed) do
|
||||
output:push("Remove ID %s", removed)
|
||||
output:writeLine("Remove ID {}", removed)
|
||||
end
|
||||
|
||||
for id, added in pairs(patch.added) do
|
||||
|
||||
Reference in New Issue
Block a user