generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: execForStdOut should return complete output
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
- Loading branch information
Showing
3 changed files
with
6 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters