Commit f7554ef
committed
sync/git(fix[update_repo]): Return result on stash-save failure
why: Stash-save error handler was missing return statement, allowing
checkout/rebase to proceed with unstashed changes and stash.pop()
to fail on a non-existent stash.
what:
- Add return result after stash-save error recording1 parent 6abe67b commit f7554ef
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
0 commit comments