We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e345b89 commit cb88fe2Copy full SHA for cb88fe2
1 file changed
packages/opencode/src/cli/cmd/export.ts
@@ -18,7 +18,7 @@ export const ExportCommand = cmd({
18
handler: async (args) => {
19
await bootstrap(process.cwd(), async () => {
20
let sessionID = args.sessionID
21
- process.stderr.write(`Exporting session: ${sessionID ?? "latest"}`)
+ process.stderr.write(`Exporting session: ${sessionID ?? "latest"}\n`)
22
23
if (!sessionID) {
24
UI.empty()
0 commit comments