mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:41:50 +00:00
chore: add missing newline (#13992)
This commit is contained in:
parent
e345b89ce5
commit
cb88fe26aa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const ExportCommand = cmd({
|
|||
handler: async (args) => {
|
||||
await bootstrap(process.cwd(), async () => {
|
||||
let sessionID = args.sessionID
|
||||
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}`)
|
||||
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}\n`)
|
||||
|
||||
if (!sessionID) {
|
||||
UI.empty()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue