Commit d395906
committed
fix(git_helper): duplicate error summary to stdout for reliable capture
execute_cm_cli() in comfy-cli captures stdout via PIPE but may not
capture stderr (depends on comfy-cli version). Add stdout echo of
error summary at clone failure and dispatch-level exception so
comfy-cli always has access to git_helper error details.
Diagnostic logs remain on stderr; stdout gets a one-line summary with
repo name, exit code, and git error message.1 parent 6f83e42 commit d395906
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
592 | 596 | | |
593 | 597 | | |
594 | 598 | | |
| 599 | + | |
595 | 600 | | |
596 | 601 | | |
597 | 602 | | |
598 | 603 | | |
599 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
600 | 609 | | |
601 | 610 | | |
602 | 611 | | |
0 commit comments