Skip to content

Commit

Permalink
return undefined instead of rethrowing the error
Browse files Browse the repository at this point in the history
  • Loading branch information
qxprakash committed Mar 5, 2025
1 parent efe3995 commit b919327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default class XHRUpload<
)
}

throw error
return undefined
}
}
}
Expand Down

0 comments on commit b919327

Please sign in to comment.