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

Make ExitCode variable #1502

Merged
merged 2 commits into from
Mar 29, 2017
Merged

Make ExitCode variable #1502

merged 2 commits into from
Mar 29, 2017

Conversation

b0urb4k1
Copy link
Contributor

There is an exitCode variable in TargetHelper bug since it is set as a last function in the finally block you are not able to ever use the value to return anything else than the default value of 42. The newly introduced ExitCode.Value will be set as a value for in case of an error if there were errors found running a target now.

@forki forki merged commit 8a0082b into fsprojects:master Mar 29, 2017
@forki
Copy link
Member

forki commented Mar 29, 2017

thx

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

Successfully merging this pull request may close these issues.

2 participants