feat: add star progress bar
This commit is contained in:
@@ -86,4 +86,8 @@ function utils.splitLines(data)
|
||||
return t
|
||||
end
|
||||
|
||||
function utils.round(x)
|
||||
return x >= 0 and math.floor(x + 0.5) or math.ceil(x - 0.5)
|
||||
end
|
||||
|
||||
return utils
|
||||
|
||||
Reference in New Issue
Block a user