mirror of
https://github.com/sst/opencode.git
synced 2025-09-03 03:37:22 +00:00
temporary patch for input lag on initial run
This commit is contained in:
parent
d076def561
commit
0676bcd4fd
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ export const TuiCommand = cmd({
|
||||||
UI.println(UI.logo(" "))
|
UI.println(UI.logo(" "))
|
||||||
UI.empty()
|
UI.empty()
|
||||||
await AuthLoginCommand.handler(args)
|
await AuthLoginCommand.handler(args)
|
||||||
|
UI.empty()
|
||||||
|
UI.println("Provider configured - please run again")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue