mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 07:00:35 +00:00
chore(tests): remove attempting to show cursor in ANSI
This commit is contained in:
parent
80d44923fa
commit
3f181c19bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ local STYLE = table.freeze({
|
||||||
|
|
||||||
--- Clears a the previous line, and moves to its beginning
|
--- Clears a the previous line, and moves to its beginning
|
||||||
local function clear_last_line(): ()
|
local function clear_last_line(): ()
|
||||||
return stdio.write("\x1b[A\x1b[K\x1b[0G\x1b[?25h")
|
return stdio.write("\x1b[A\x1b[K\x1b[0G")
|
||||||
end
|
end
|
||||||
|
|
||||||
local ReporterExt = {}
|
local ReporterExt = {}
|
||||||
|
|
Loading…
Reference in a new issue