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 9a1a3f5 commit b40a5c2Copy full SHA for b40a5c2
Sources/Swiftly/Proxy.swift
@@ -58,7 +58,7 @@ public enum Proxy {
58
59
// Prevent circularities with a memento environment variable
60
guard ProcessInfo.processInfo.environment["SWIFTLY_PROXY_IN_PROGRESS"] == nil else {
61
- throw Error(message: "Circular swiftly proxy invocation")
+ throw SwiftlyError(message: "Circular swiftly proxy invocation")
62
}
63
let env = ["SWIFTLY_PROXY_IN_PROGRESS": "1"]
64
0 commit comments