Skip to content

Conversation

@deathbyknowledge
Copy link
Collaborator

Fixes heredoc commands hanging in foreground execution by wrapping commands with newlines instead of placing them on a single line. Heredoc terminators must appear alone on their own line to work correctly.

Fixes #139

🤖 Generated with Claude Code

Fixes heredoc commands hanging in foreground execution by wrapping
commands with newlines instead of placing them on a single line.
Heredoc terminators must appear alone on their own line to work
correctly.

Fixes #139

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: deathbyknowledge <deathbyknowledge@users.noreply.github.com>
@changeset-bot
Copy link

changeset-bot bot commented Oct 23, 2025

🦋 Changeset detected

Latest commit: 6d38e26

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@repo/sandbox-container Patch
@cloudflare/sandbox Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 23, 2025

Open in StackBlitz

npm i https://pkg.pr.new/cloudflare/sandbox-sdk/@cloudflare/sandbox@140

commit: 4d504b7

@github-actions
Copy link
Contributor

🐳 Docker Image Published

FROM cloudflare/sandbox:0.0.0-pr-140-0cb42aa

Version: 0.0.0-pr-140-0cb42aa

You can use this Docker image with the preview package from this PR.

Fixes the handling of newlines in heredoc commands when using exec().
@cloudflare cloudflare deleted a comment from claude bot Oct 28, 2025
@cloudflare cloudflare deleted a comment from claude bot Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix exec for heredoc commands

3 participants