You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Calling `removePackagesFromProfile` after forcing a resolve was causing
an error because package doesn't exist in profile. Also, make update a
little more forgiving, don't break if you can't remove pkg from profile.
## How was it tested?
* Hand changed devbox.lock to older version of go and older hash.
* deleted .devbox dir
* Ran `devbox install`
* Ran `devbox update`
* Observed new version of go installed, old one removed. No error.
0 commit comments