Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ private class LongRunningProcess: ExternalLinkResolving {
fatalError("Cannot initialize an out of process resolver outside of macOS or Linux platforms.")
}

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

Expand Down