-
Notifications
You must be signed in to change notification settings - Fork 14
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 NPE for 'cannot read dryrun of undefined' #88
Conversation
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 for your contribution! Please could you make a couple of changes:
- Can you add a test which reproduces this error? We will then have a guard against this from happening again in the future.
- Please revert the changes to the version string, this will be handled with a separate commit.
@fiznool updated! |
@fiznool Could you run the checks on this again? |
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 - just a few other things to look at. Also, please could you revert the changes to the lockfile, these changes shouldn't merit any edits there.
@fiznool done 👍 |
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.
Perfect. Thanks for this!
I am away from my computer atm but will cut a new release when I'm back.
@fiznool Sounds great, thank you! |
Fixed issue: #87