Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RunCommand() to Append() to OutErrorMessages instead of erasing its content #120

Merged
merged 1 commit into from
May 28, 2024

Conversation

SRombautsU
Copy link

Some operations run multiple commands, and we need to make sure that the success of one doesn't hide the failure of previous ones.

For example, when switching branches with local changes, updating workspace information after a failure prevented the notification from displaying the reason!

…ts content

Some operations run multiple commands, and we need to make sure that the success of one doesn't hide the failure of previous ones.

Eg. when switching branches, updating workspace information after a failure was preventing the notification to display the reason!
@SRombautsU SRombautsU requested a review from juliomaqueda May 28, 2024 13:08
@SRombautsU SRombautsU self-assigned this May 28, 2024
@SRombautsU SRombautsU added this to the 1.11.0 milestone May 28, 2024
@juliomaqueda juliomaqueda merged commit 16b151e into master May 28, 2024
@juliomaqueda juliomaqueda deleted the 1005566-check-shelve-and-switch branch May 28, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants