ody pr 628 - more details in thumb errors (#7429)
This commit is contained in:
parent
528a0f4d6e
commit
2f1fc941bb
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ export const doUploadThumbnail = (
|
||||||
if (message === 'Failed to fetch') {
|
if (message === 'Failed to fetch') {
|
||||||
message = downMessage;
|
message = downMessage;
|
||||||
}
|
}
|
||||||
|
const userInput = [fileName, fileExt, fileType, thumbnail];
|
||||||
uploadError(message);
|
uploadError(`${message}\nUser input: ${userInput.join(', ')}`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue