Skip to content

Commit

Permalink
chore: improve error desc
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
  • Loading branch information
joaosa and vasco-santos authored Jun 4, 2024
1 parent 7ad41d7 commit 581cb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/src/receipts.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class ReceiptNotFound extends Error {

/* c8 ignore start */
get reason() {
return `receipt not found for task ${this.taskCid}`
return `receipt not found for task ${this.taskCid} in the indexed workflow`
}
/* c8 ignore end */

Expand Down

0 comments on commit 581cb82

Please sign in to comment.