Skip to content

Commit

Permalink
Update upload-lib.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert authored and Robert Brignull committed May 1, 2020
1 parent a23cb1d commit 129ce28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/upload-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/upload-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function uploadPayload(payload) {

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

0 comments on commit 129ce28

Please sign in to comment.