Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report failures to download artifacts as failures (#3860)
Previously, an artifact that failed to download might print like this: ``` (proj) pkg> instantiate Downloaded artifact: Example Downloaded artifact: Example ERROR: Unable to automatically download/install artifact 'Example' from sources listed in ... ``` With this change, that becomes: ``` (proj) pkg> instantiate Failure artifact: Example Failure artifact: Example ERROR: Unable to automatically download/install artifact 'Example' from sources listed in ... ```
- Loading branch information