Skip to content

Commit

Permalink
fix(web): do not throw error when hash fails (#15740)
Browse files Browse the repository at this point in the history
change: do not throw error when hash fails
  • Loading branch information
RiggiG authored Jan 28, 2025
1 parent fe1e09e commit 92dff83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/lib/utils/file-uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ async function fileUploader(
}
} catch (error) {
console.error(`Error calculating sha1 file=${assetFile.name})`, error);
throw error;
}
}

Expand Down

0 comments on commit 92dff83

Please sign in to comment.