diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 15:23:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-20 15:23:59 +0900 |
| commit | b7c3981fd60662cdf500aaf1a7e49a77b967968d (patch) | |
| tree | f15079f31448cd882ade567eb7f9fade067b0277 /crates/shirabe/src/console | |
| parent | ac544bc3e1cb90cdcce4636654d0e266a78a2f85 (diff) | |
| download | php-shirabe-b7c3981fd60662cdf500aaf1a7e49a77b967968d.tar.gz php-shirabe-b7c3981fd60662cdf500aaf1a7e49a77b967968d.tar.zst php-shirabe-b7c3981fd60662cdf500aaf1a7e49a77b967968d.zip | |
fix(comparer): return instead of exiting the process on doTree failure
Composer's doCompare() calls `exit;` when the destination doTree fails,
but the source branch handles the identical failure with `return;`. The
asymmetry has been present since the class was first written (2413b55c6,
2018) and is almost certainly a bug. Treat it as `return` so a failed
local-change detection no longer terminates the whole process.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/console')
0 files changed, 0 insertions, 0 deletions
