Commit 8cc835c
authored
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 ...
```1 parent 2f318cf commit 8cc835c
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| 479 | + | |
479 | 480 | | |
480 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
481 | 484 | | |
482 | 485 | | |
483 | 486 | | |
484 | 487 | | |
485 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
486 | 493 | | |
487 | 494 | | |
488 | 495 | | |
| |||
0 commit comments