fix(web): do not throw error when hash fails (#15740)

change: do not throw error when hash fails
pull/15744/head
RiggiG 2025-01-27 22:54:56 +07:00 committed by GitHub
parent fe1e09e51f
commit 92dff839d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

@ -157,7 +157,6 @@ async function fileUploader(
}
} catch (error) {
console.error(`Error calculating sha1 file=${assetFile.name})`, error);
throw error;
}
}