We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4a9efa + b3f62e8 commit e7e3390Copy full SHA for e7e3390
Sources/SwiftDriverExecution/MultiJobExecutor.swift
@@ -655,9 +655,8 @@ class ExecuteJobRule: LLBuildRule {
655
context.cancelBuildIfNeeded(result)
656
value = .jobExecution(success: success)
657
} catch {
658
- if error is DiagnosticData {
659
- context.diagnosticsEngine.emit(error)
660
- }
+ context.diagnosticsEngine.emit(error)
+
661
// Only inform finished job if the job has been started, otherwise the build
662
// system may complain about malformed output
663
if (pendingFinish) {
0 commit comments