mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
add logging in fineuploader
This commit is contained in:
parent
6bf33f541a
commit
5d92716726
@ -9489,6 +9489,13 @@ qq.s3.XhrUploadHandler = function(spec, proxy) {
|
||||
result.success,
|
||||
|
||||
function failure(reason, xhr) {
|
||||
|
||||
console.logGlobal(reason + 'in chunked.combine', false, {
|
||||
uploadId,
|
||||
etagMap,
|
||||
result
|
||||
});
|
||||
|
||||
result.failure(upload.done(id, xhr).response, xhr);
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user