-
Notifications
You must be signed in to change notification settings - Fork 221
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
feat: throw errors when trying to select hosted service #1681
Conversation
🦋 Changeset detectedLatest commit: 324c62b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deploying graph-tooling with
|
Latest commit: |
324c62b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://676c0e82.graph-tooling.pages.dev |
Branch Preview URL: | https://saihaj-throw-err.graph-tooling.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -57,6 +57,9 @@ export default class AuthCommand extends Command { | |||
required: true, | |||
})); | |||
|
|||
// Poor var naming will cleanup later | |||
({ node } = chooseNodeUrl({ product: node, studio: false })); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saihaj should this be here?
A more light version change to #1680.
Related #1514
Related #1519