Skip to content

Commit 5e971f0

Browse files
committed
Update missed Windows API in #if conditional
1 parent 1dccb57 commit 5e971f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Infrastructure/External Data/OutOfProcessReferenceResolver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ private class LongRunningProcess: ExternalLinkResolving {
586586
fatalError("Cannot initialize an out of process resolver outside of macOS or Linux platforms.")
587587
}
588588

589-
func sendAndWait<Request: Codable & CustomStringConvertible, Response: Codable>(request: Request?) throws -> Response {
589+
func sendAndWait<Request: Codable, Response: Codable>(request: Request) throws -> Response {
590590
fatalError("Cannot call sendAndWait in non macOS/Linux platform.")
591591
}
592592

0 commit comments

Comments
 (0)