Skip to content

Commit

Permalink
Hotfix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 11, 2023
1 parent 486f8a2 commit 3cb513b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ local TextFormatters = {
end,
}
local function FormatText(job, ...)
print(job.formatType)
local formattter = TextFormatters[job.formatType] or TextFormatters.VALUE
return formattter(...)
end
Expand Down

0 comments on commit 3cb513b

Please sign in to comment.