Skip to content

Commit

Permalink
Throw error in prepareUploadParts
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 23, 2021
1 parent fb2971c commit 2286afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3-multipart/src/MultipartUploader.js
Expand Up @@ -254,7 +254,7 @@ class MultipartUploader {
}),
})
} catch (error) {
this.#onError(error)
throw new Error(error)
}

const valid = typeof result?.presignedUrls === 'object'
Expand Down

0 comments on commit 2286afb

Please sign in to comment.