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') {
|
||||
message = downMessage;
|
||||
}
|
||||
|
||||
uploadError(message);
|
||||
const userInput = [fileName, fileExt, fileType, thumbnail];
|
||||
uploadError(`${message}\nUser input: ${userInput.join(', ')}`);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue