mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
cli: re-enable UI.empty() by removing temporary return
This commit is contained in:
parent
0bb2c77bb8
commit
81ec3e0723
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ 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