Skip to content

fix: autorun halted processes on pipe run#951

Merged
antonmedv merged 1 commit intogoogle:mainfrom
antongolub:fix-autorun-piped-halted
Nov 23, 2024
Merged

fix: autorun halted processes on pipe run#951
antonmedv merged 1 commit intogoogle:mainfrom
antongolub:fix-autorun-piped-halted

Conversation

@antongolub
Copy link
Copy Markdown
Collaborator

@antongolub antongolub commented Nov 22, 2024

continues #949

This part enables:

const { stdout } = await $({ halt: true })`echo "hello"`
     .pipe`awk '{print $1" world"}'`
     .pipe`tr '[a-z]' '[A-Z]'`
     .run()
  • Tests pass
  • Appropriate changes to README are included in PR

@antongolub antongolub requested a review from antonmedv November 22, 2024 21:32
@antonmedv antonmedv merged commit 8900e45 into google:main Nov 23, 2024
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.

2 participants