-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix(view): dont immediately exit on first workspace 404 #7508
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
Merged
Conversation
This file contains hidden or 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
Collaborator
|
no statistically significant performance changes detected timing results
|
b3de0de to
160d6e9
Compare
3b959de to
b4b4f22
Compare
1bdb860 to
db68fd2
Compare
b4b4f22 to
1bc9bb4
Compare
350d3c1 to
9e3cae2
Compare
1bc9bb4 to
76fd359
Compare
1ede923 to
a419471
Compare
9da2d27 to
11a49f9
Compare
a419471 to
39f157f
Compare
wraithgar
approved these changes
May 16, 2024
Contributor
Author
|
This also removes the last two |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #5444
This PR will continue running through all workspaces for
npm vieweven when a workspace encounters anE404error. This usually happens when you runnpm view -wsbut have private workspaces. A future iteration could log a different message if anE404is encountered on a private workspace, but for this PR I wanted to keep it generic since there are a number of reasons a request for a package manifest could 404.npm view . version -wsnpm view . version -ws --json