mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix(web): do not throw error when hash fails (#15740)
change: do not throw error when hash fails
This commit is contained in:
parent
fe1e09e51f
commit
92dff839d0
1 changed files with 0 additions and 1 deletions
|
|
@ -157,7 +157,6 @@ async function fileUploader(
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(`Error calculating sha1 file=${assetFile.name})`, error);
|
console.error(`Error calculating sha1 file=${assetFile.name})`, error);
|
||||||
throw error;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue