-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: user resolvable errors no longer cause the cli to exit #2014
Conversation
… selecting program type
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.
LGTM! Just left one comment:
Something else I noticed (unrelated to your changes), was exiting out at the program types section causes the following error: I believe it's due to |
Good catch @petertonysmith94 I've made the adjusments. |
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.
Beautiful ❤️
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.
👏🏻
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.
LGTM, just nits
The changes have been resolved, I'm sure @arboleya would approve now :)
Description
This PR fixes a few painpoints that I picked up when trying to build a demo native asset deployer dApp
Changes
When using
create fuels
, there is nothing to indicate how to select which programs I don't / do want so I've enabledinstructions
totrue
In the scenario an error is thrown, the program exits, this is not ideal as this type of error could be resolved if the project is renamed, so I've added a re-try.