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(artifacts), fix missing component error after tag #7353

Merged
merged 1 commit into from
May 3, 2023

Conversation

davidfirst
Copy link
Member

In some cases, the first run of bit artifact after bit tag was throwing an error of ComponentNotFound.
This PR uses scope.getMany instead of scope.loadMany because there is no need to load all aspects. This change also improves this command performance dramatically.

@davidfirst davidfirst merged commit 0b2d8f1 into master May 3, 2023
@davidfirst davidfirst deleted the fix-artifacts-load-get branch May 3, 2023 15:26
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