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.
1 parent c2307e1 commit cfdae2eCopy full SHA for cfdae2e
Sources/SwiftDriver/Jobs/PrebuiltModulesJob.swift
@@ -247,10 +247,10 @@ fileprivate class ModuleCompileDelegate: JobExecutionDelegate {
247
}
248
#if os(Windows)
249
case .abnormal(let exception):
250
- diagnosticsEngine.emit(.remark("\(job.moduleName) exception: \(exception)"))
+ diagnosticsEngine.emit(.error(try! result.utf8stderrOutput()))
251
#else
252
case .signalled:
253
- diagnosticsEngine.emit(.remark("\(job.moduleName) interrupted"))
254
#endif
255
256
do {
0 commit comments