Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pacmak): improve error messaging (#1817)
When a shelled-out process fails (either on a non-0 status, or killed by a signal), the error message did not include the command that just failed, causing ambiguity with respects to what happened. Additionally, the output included STDOUT and STDERR concatenated (in this order) without any way to distinguishe which is which... This adds a prefix string to each line of those to denote whether STDOUT or STDERR.
- Loading branch information