mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 05:35:15 +00:00
temp: disable UI.empty()
This commit is contained in:
parent
2aaf6ca27d
commit
2b4fe1c320
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export namespace UI {
|
|||
|
||||
let blank = false
|
||||
export function empty() {
|
||||
return
|
||||
if (blank) return
|
||||
println("" + Style.TEXT_NORMAL)
|
||||
blank = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue