fix: return type
This commit is contained in:
@@ -59,7 +59,7 @@ function wrapText(text, width, prefixWidth)
|
||||
end
|
||||
end
|
||||
|
||||
return table.concat(lines, "\n")
|
||||
return lines
|
||||
end
|
||||
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user