Skip to content

Commit b37003c

Browse files
committed
update comment
1 parent bdc350e commit b37003c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-build-sdk-interfaces/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ do {
112112
try executor.execute(workload: DriverExecutorWorkload.init(jobs, nil, continueBuildingAfterErrors: true),
113113
delegate: delegate, numParallelJobs: 128)
114114
} catch {
115-
// Only fail the process if stdlib failed
115+
// Only fail when critical failures happened.
116116
if delegate.hasCriticalFailure {
117117
exit(1)
118118
}

0 commit comments

Comments
 (0)