Skip to content

Commit 70a8ebb

Browse files
committed
ci(benchmark): match existing 'error: ...' message pattern
1 parent 0719bbf commit 70a8ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/github-actions/report-benchmark-result-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function main() {
7474
try {
7575
appendFileSync(stepSummaryPath, overallReport + '\n')
7676
} catch (error) {
77-
console.error(`Failed to write GitHub step summary to ${stepSummaryPath}:`, error)
77+
console.error(`error: Failed to write GitHub step summary to ${stepSummaryPath}:`, error)
7878
}
7979
}
8080

0 commit comments

Comments
 (0)