mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
Catch and handle errors in prepareUploadPart
This commit is contained in:
parent
e0a5aa0ee9
commit
1102ebd43c
1 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ class MultipartUploader {
|
|||
return result
|
||||
}).then(({ url }) => {
|
||||
this._uploadPartBytes(index, url)
|
||||
}, (err) => {
|
||||
this._onError(err)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue