We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcbc8d commit 9c8532eCopy full SHA for 9c8532e
compile-extensions/bin/download_dependency
@@ -75,7 +75,7 @@ if translated_uri.nil?
75
if status_code == "200"
76
debug "DEBUG: Dependency is reachable on remote server: #{original_url}"
77
else
78
- STDERR.puts "ERROR: Could not find/download the custom Swift version from Swift.org: #{translated_uri}"
+ STDERR.puts "ERROR: Could not find/download requested custom Swift version from Swift.org: #{translated_uri}"
79
exit 3
80
end
81
0 commit comments