Skip to content

Commit 129ce28

Browse files
Update upload-lib.ts
1 parent a23cb1d commit 129ce28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/upload-lib.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.

src/upload-lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async function uploadPayload(payload) {
9494

9595
} else {
9696
// If the upload fails with 5xx then we assume it is a temporary problem
97-
// with turbo-scan and not an error that the user has caused or can fix.
97+
// and not an error that the user has caused or can fix.
9898
// We avoid marking the job as failed to avoid breaking CI workflows.
9999
core.error('Upload failed (' + requestID + '): (' + statusCode + ') ' + await res.readBody());
100100
return;

0 commit comments

Comments
 (0)