fix: return type

This commit is contained in:
2025-05-08 00:30:00 -03:00
parent 8236be1fff
commit 2002158be8
+1 -1
View File
@@ -59,7 +59,7 @@ function wrapText(text, width, prefixWidth)
end end
end end
return table.concat(lines, "\n") return lines
end end
--[[ --[[