fix(opencode): terminate help output with newline (#30992)
This commit is contained in:
@@ -55,7 +55,7 @@ function show(out: string) {
|
||||
const text = out.trimStart()
|
||||
if (!text.startsWith("opencode ")) {
|
||||
process.stderr.write(UI.logo() + EOL + EOL)
|
||||
process.stderr.write(text)
|
||||
process.stderr.write(text + EOL)
|
||||
return
|
||||
}
|
||||
process.stderr.write(out)
|
||||
|
||||
Reference in New Issue
Block a user