Skip to content

Commit 0cde468

Browse files
committed
Clearer
1 parent a56d16e commit 0cde468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function downloadAndExtract(platform, engine, version, rubyPrefix) {
7575
if (error.message.includes('404')) {
7676
throw new Error(`Unavailable version ${version} for ${engine} on ${platform}
7777
You can request it at https://github.com/ruby/setup-ruby/issues
78-
Original Error: (${error.message})`)
78+
Cause: ${error.message}`)
7979
} else {
8080
throw error
8181
}

0 commit comments

Comments
 (0)