cli: re-enable UI.empty() by removing temporary return

This commit is contained in:
Dax Raad
2026-02-02 12:58:28 -05:00
parent 0bb2c77bb8
commit 81ec3e0723

View File

@@ -35,7 +35,6 @@ export namespace UI {
let blank = false
export function empty() {
return
if (blank) return
println("" + Style.TEXT_NORMAL)
blank = true