ody pr 628 - more details in thumb errors (#7429)

This commit is contained in:
jessopb 2022-01-21 12:06:14 -05:00 committed by GitHub
parent 528a0f4d6e
commit 2f1fc941bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(', ')}`);
});
};