Skip to content

Commit

Permalink
chore(tests): remove attempting to show cursor in ANSI
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Dec 2, 2024
1 parent 80d4492 commit 3f181c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_reporter.luau
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local STYLE = table.freeze({

--- Clears a the previous line, and moves to its beginning
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

local ReporterExt = {}
Expand Down

0 comments on commit 3f181c1

Please sign in to comment.