-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Return an .all
property with both stdout and stderr intermixed
#1
Comments
Do you want this in an object? Like: {
stdout: "...",
stderr: "..."
} Or using another representation? |
No, like the above, where |
Note to self: This should be a lot easier now that we use |
@issuehuntfest has funded $80.00 to this issue. See it on IssueHunt |
Fixes #1 Co-authored-by: Sindre Sorhus <[email protected]>
@sindresorhus has rewarded $72.00 to @tomsotte. See it on IssueHunt
|
Could be useful to get what the terminal sees.
I don't have the time to implement this right now, so help much appreciated :)
The text was updated successfully, but these errors were encountered: