This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
Fixed issue where failed vet tasks wouldn't emit error breaking build #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses issue when a failed vet would not emit an error and thus, break the build. New optional parameter
--noExit
tells the vet tasks to not emit an error. By default they do emit errors again, but when running thelive-dev
task, it swallows the error code and just writes the error message.Look at full commit message on 79e08db for full details.
Closes #192.