mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
cli: re-enable UI.empty() by removing temporary return
This commit is contained in:
@@ -35,7 +35,6 @@ export namespace UI {
|
||||
|
||||
let blank = false
|
||||
export function empty() {
|
||||
return
|
||||
if (blank) return
|
||||
println("" + Style.TEXT_NORMAL)
|
||||
blank = true
|
||||
|
||||
Reference in New Issue
Block a user