Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: execForStdOut should return complete output #50

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

tony84727
Copy link
Owner

Previously, the implementation register a listener to exec to get a buffer. But I'm not sure if the buffer contains the complete output or it's just the first buffer and there might be more. There's a function in @action/exec: getExecOutput. the new function returns a string and not a buffer.

Fix #47

Previously, the implementation register a listener to `exec` to get a buffer.
But I'm not sure if the buffer contains the complete output or it's just the
first buffer and there might be more.  There's a function in @action/exec:
`getExecOutput`. the new function returns a string and not a buffer.

Fix #47
@tony84727 tony84727 marked this pull request as ready for review August 10, 2024 09:30
@tony84727 tony84727 merged commit ea0e97e into master Aug 10, 2024
6 checks passed
@tony84727 tony84727 deleted the fix/getExecOutput branch August 10, 2024 09:34
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.

Steps are inappropriately skipped even when changed files match the filter
1 participant