We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, turbo prune outputs the following error whenever a scope is invalid (e.g. it doesn't match any of the package.jsons names):
turbo prune
package.jsons
$ RUN turbo prune --scope=web --docker: 9 0.418 panic: runtime error: invalid memory address or nil pointer dereference 9 0.418 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7d4121]
Better error messaging, indicating the invalid scope when using turbo prune.
N/A
The text was updated successfully, but these errors were encountered:
Merge pull request #826 from m-shaka/validate-prune-scope
dad2491
fix: #703
Successfully merging a pull request may close this issue.
Describe the feature you'd like to request
Currently,
turbo prune
outputs the following error whenever a scope is invalid (e.g. it doesn't match any of thepackage.jsons
names):Describe the solution you'd like
Better error messaging, indicating the invalid scope when using
turbo prune
.Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: