Skip to content

Commit cd9d3de

Browse files
committed
Show stacktrace if available, in addition to error message
1 parent 7baabd2 commit cd9d3de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function run() {
2323
try {
2424
await setupRuby()
2525
} catch (error) {
26-
core.setFailed(error.message)
26+
core.setFailed(error.stack)
2727
}
2828
}
2929

0 commit comments

Comments
 (0)