-
Notifications
You must be signed in to change notification settings - Fork 935
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(artifacts), fix missing component error after tag (#7353)
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.
- Loading branch information
1 parent
08b9943
commit 0b2d8f1
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters