Help wantedImprovementUp-for-grabs
倉庫指標
- Star
- (3,742 star)
- PR 合併指標
- (平均合併 1天 1小時) (30 天內合併 25 個 PR)
描述
Tool.Run and related should make stdout and stderr available so that some analysis is possible on failure. Currently it calls ProcessExitCode which throws a simple CakeException.
Ideally, it would capture stdout and stderr and throw a CakeProcessException, or similar, that has additional properties for exit code, stdout and stderr.