Skip to content

Commit cd4c319

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)