Skip to content
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

Invoke-DbcCheck Exception instead of ErrorRecor #345

Closed
potatoqualitee opened this issue Mar 1, 2018 · 2 comments
Closed

Invoke-DbcCheck Exception instead of ErrorRecor #345

potatoqualitee opened this issue Mar 1, 2018 · 2 comments

Comments

@potatoqualitee
Copy link
Member

invoke-dbccheck line 97

Stop-PSFFunction -Message "Failure" -Exception $_

should be Stop-PSFFunction -Message "Failure" -ErrorRecord $_

@michalporeba
Copy link
Collaborator

The same problem was reported as #379 and I quickly made the change and pull request #380 not seeing the 'good first issue' tag.

@potatoqualitee
Copy link
Member Author

Thanks much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants