Skip to content

chore: add missing newline#13992

Merged
rekram1-node merged 1 commit intoanomalyco:devfrom
jackarch-2:add_missing_newline
Feb 17, 2026
Merged

chore: add missing newline#13992
rekram1-node merged 1 commit intoanomalyco:devfrom
jackarch-2:add_missing_newline

Conversation

@jackarch-2
Copy link
Copy Markdown
Contributor

A newline is missing in this export log-statement.

The context in which I noticed this was exporting all my sessions;

opencode session list --format json
| jq -r '.[].id'
| xargs -I{} zsh -c 'opencode export {} > sessions/{} .json'

A newline is missing in this export log-statement.

The context in which I noticed this was exporting all my sessions;

  opencode session list  --format json \
    | jq -r '.[].id' \
    | xargs -I{} zsh -c 'opencode export {} > sessions/{} .json'
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

await bootstrap(process.cwd(), async () => {
let sessionID = args.sessionID
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}`)
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}\n`)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

u should use EOL instead

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\r\n?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually nvm

@rekram1-node rekram1-node merged commit cb88fe2 into anomalyco:dev Feb 17, 2026
12 checks passed
jonathanmiddleton pushed a commit to jonathanmiddleton/opencode that referenced this pull request Mar 10, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Mar 19, 2026
xywsxp pushed a commit to xywsxp/opencode that referenced this pull request Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants