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 d8fa702 commit 0eddb0eCopy full SHA for 0eddb0e
Sources/_URLRouting/Parsing/ParserPrinter.swift
@@ -71,7 +71,7 @@ extension ParserPrinter where Input == URLRequestData {
71
values.map { URLQueryItem(name: name, value: $0.map(String.init)) }
72
}
73
74
- return try components.string ?? "#route-not-found"
+ return components.string ?? "#route-not-found"
75
} catch {
76
breakpoint(
77
"""
0 commit comments