don't break on file hash generation fail

This commit is contained in:
Abhinav 2022-12-13 11:45:49 +05:30
parent 22adfb9539
commit d2eae67f33

View file

@ -43,6 +43,5 @@ export async function getFileHash(file: File | ElectronFile) {
addLogLine(
`file hashing failed ${getFileNameSize(file)} ,${e.message} `
);
throw e;
}
}