Commit b3f62e8
committed
Always diagnose failures in job execution
Execution of the `MultiJobExecutor` throws a
`Driver.ErrorDiagnostics.emitted` if the job was not successful, ie. it
assume any errors were already emitted. Make sure to emit an error in
all paths of `ExecuteJobRule.executeJob` so that failures aren't hidden.1 parent e4a9efa commit b3f62e8
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
660 | | - | |
| 658 | + | |
| 659 | + | |
661 | 660 | | |
662 | 661 | | |
663 | 662 | | |
| |||
0 commit comments