We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a5852 commit 2c42093Copy full SHA for 2c42093
run.js
@@ -87,7 +87,7 @@ const showLintResults = async ([from, to]) => {
87
}
88
89
const exitWithMessage = message => error => {
90
- core.setFailed(`${message}\n${error}`)
+ core.setFailed(`${message}\n${error.message}\n${error.stack}`)
91
92
93
const main = () =>
0 commit comments