chore(frontend): MkImgWithBlurhashのデコードのエラーをconsole.logに

This commit is contained in:
tamaina 2023-07-24 06:05:37 +00:00
parent 7097d553e4
commit 4f4f15a6a4
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ function waitForDecode() {
.then(() => {
loaded = true;
}, error => {
console.error('Error occurred during decoding image', img.value, error);
throw Error(error);
console.log('Error occurred during decoding image', img.value, error);
});
} else {
loaded = false;