Skip to content
Snippets Groups Projects
Commit 4f4f15a6 authored by tamaina's avatar tamaina
Browse files

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

parent 7097d553
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment