Skip to content

Commit e8cb26a

Browse files
committed
Merge branch 'publish-action-package' of github.com:SUI-Components/lighthouse-action into publish-action-package
2 parents 846f8ea + dad304a commit e8cb26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/formatScore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ try {
1111

1212
core.setOutput('comment', comment)
1313
} catch (err) {
14-
console.error(err) // eslint-disable-line
14+
core.setOutput('comment', err)
1515
process.exit(1)
1616
}

0 commit comments

Comments
 (0)