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(publish): improve stdout #57

Closed
wants to merge 1 commit into from
Closed

Conversation

kettanaito
Copy link
Member

There are scenarios when Release notifies about the exited publish script but prints nothing into stdout. I believe that happens due to the nature of execAsync and how it accumulates stdout/stderr.

I'm opting into using exec directly here, relying on the deferred promise of that execution. exec should pipe the stdio into the parent's process, printing the data as it comes in.

@kettanaito kettanaito force-pushed the fix/publish-improve-stdout branch from dd66d07 to 62ce3f7 Compare August 30, 2023 16:32
@kettanaito kettanaito force-pushed the fix/publish-improve-stdout branch from 62ce3f7 to f7a2944 Compare August 30, 2023 16:33
@kettanaito kettanaito closed this Sep 2, 2023
@kettanaito kettanaito deleted the fix/publish-improve-stdout branch September 2, 2023 12:21
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.

1 participant