This commit is contained in:
Benoit Daloze
2024-05-30 15:10:04 +02:00
parent a56d16ef33
commit 0cde4689ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ async function downloadAndExtract(platform, engine, version, rubyPrefix) {
if (error.message.includes('404')) {
throw new Error(`Unavailable version ${version} for ${engine} on ${platform}
You can request it at https://github.com/ruby/setup-ruby/issues
Original Error: (${error.message})`)
Cause: ${error.message}`)
} else {
throw error
}