chore(frontend): MkImgWithBlurhashのデコードのエラーをconsole.logに
This commit is contained in:
parent
7097d553e4
commit
4f4f15a6a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue