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(() => { .then(() => {
loaded = true; loaded = true;
}, error => { }, error => {
console.error('Error occurred during decoding image', img.value, error); console.log('Error occurred during decoding image', img.value, error);
throw Error(error);
}); });
} else { } else {
loaded = false; loaded = false;