web: fix concurrent opfs reads throwing errors

This commit is contained in:
Abdullah Atta
2024-03-14 10:02:21 +05:00
parent 6fb8f11d2f
commit 47221dc81b

View File

@@ -90,7 +90,6 @@ class OriginPrivateFileStore implements IFileStorage {
);
} catch (e) {
console.error("Failed to read chunk", e);
return;
}
}