Skip to content

Commit

Permalink
Clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 30, 2024
1 parent a56d16e commit 0cde468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ruby-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0cde468

Please sign in to comment.